<snip>
Most default apache configurations now a days dont have .htaccess
enabled by default (for performance reasons.) Or some hosting
services implicitly turn this option off. So no matter what
you put in the .htaccess file, it will be ignored.

You can test this by putting in your .htaccess file something like:
bogus_statment

if you reload your page on your server and dont get a "500 server
error", apache isn't even looking at the .htaccess file. You can
set set the include_path using the php function ini_set().
</snip>

Thanks, Curt.  That was indeed the problem.

Cheers,
Pablo

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

Reply via email to