is there anything that would show up in phpinfo() that would tell me if that feature is disabled?

Jon

On Aug 13, 2004, at 7:10 PM, Ed Lazor wrote:

Yea, it depends on whether your server allows you to put settings in
.htaccess. Try putting an invalid command in there like NotAValidDirective
and test to see if your pages stop working and whether you get a log error
saying that the htaccess file includes an invalid command.


-Ed


-----Original Message-----
Is there any reason why values I attempt to set in .htaccess wouldn't
work?  this is what I have:

php_value auto_prepend
/Users/jhaddad/Sites/oldirtyhaddad.com/public_html/connection.php
php_value include_path
.:/Users/jhaddad/Sites/oldirtyhaddad.com/libraries

is there a server variable that might prevent values from being set?

Jon





-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to