Page 1 of 1

.htaccess php directives on CGI SAPI

Posted: Tue Sep 05, 2006 10:44 am
by Ollie Saunders
You can't use .htaccess php directives like these:

Code: Select all

php_flag register_globals Off
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?

Posted: Tue Sep 05, 2006 11:43 am
by neophyte
Adjust the ini file?

Posted: Tue Sep 05, 2006 12:25 pm
by Ollie Saunders
I haven't got access to that.