![]() |
Apache experts here? php.ini/htaccess
Trying to turn on globals_register through htaccess but i'm keep on getting a 500 internal server error.
Any ideas? Damn host doesn't want to turn globals_register on for some security reasons. |
Quote:
That should do it: php_flag register_globals 1 If you're using Apache 2.x you might have to put the php_flag inside a <virtual> or <directory> section. |
are you running php_suexec? if this is the case, you can not use php_flag
copy a php.ini file into that dir with the php scripts http://www.ehosts.org/ehosts_480x60_01a.gif |
Quote:
Your sites look pretty good in your sig, I think I'll try 'em out. :thumbsup |
globals_register is bad if enabled... i'd listen to your host.
change those vars to $_GET[var] or $_POST[var]... or if lazy, do all $_REQUEST[var] instead. |
| All times are GMT -7. The time now is 09:03 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123