In my .htaccess file, I add php_value auto_prepend_file /home/lionel/public_html/etc/scripts/guard.php , and I know this code is correct, but I get a 500 error. Is this caused by the server setup? Thanks in advance!
~Lionel
That's because we currently disallow changing of php.ini flags via the .htaccess file; it'll throw a 500 internal server error because the server can't change the flag on the fly, so it errors.