Chris Allen wrote:
> Hi
>
> I tried getting help from alt.comp.lang.php and got no response so I'm
> hoping there's
> a guru here that would help me.
>
> I'm trying to set a 'default' include path for the entire site using an
> .htaccess file but it doesn't work. The include path always remains the same
> and it tells me it can't find the file. The htaccess file is in the root of
> the site which is run under Apache & Linux. Any idea what I could be doing
> wrong?
>
> My .htaccess file is simply this :
>
> php_value include_path /var/www/html/R2/htdocs/includes
try:
php_value include_path "/var/www/html/R2/htdocs/includes"
If that fails, be sure that AllowOverrides = All for your domain in
httpd.conf
Also, try using comp.lang.php - it's a *much* better group!
--
Justin Koivisto - spam DeleteThis @koivi.com
<a style='text-decoration: underline;' href="http://www.koivi.com" target="_blank">http://www.koivi.com</a><!-- ~MESSAGE_AFTER~ -->