I have a website that uses the same core .htaccess details as many other websites; however this website does not properly load the .htaccess directives
.htaccess
After much exploration it was found the issue was the PHP Handler -- the fastCGI (cgi) handler was not keeping the headers.
fastCGI
Changing to the suphp handler immediately resolved the issues.
suphp