.htaccess php directives on CGI SAPI
Posted: Tue Sep 05, 2006 10:44 am
You can't use .htaccess php directives like these: on CGI SAPI right?
Cause I have an internal server error, I'm presuming because Apache can't talk to PHP in that way. It there any other way to achieve it?
Code: Select all
php_flag register_globals OffCause I have an internal server error, I'm presuming because Apache can't talk to PHP in that way. It there any other way to achieve it?