
March 30th, 2002, 07:54 PM
|
|
Contributing User
|
|
Join Date: Jan 2001
Location: Hellas
Posts: 46
Time spent in forums: 1 h 46 m 35 sec
Reputation Power: 8
|
|
|
.htaccess not working
I am trying to make an .htaccess file to work but nothing yet.
The machine is a win2k
My site is on c:\www\web
It's a virtualhost with the configuration:
<VirtualHost 192.168.1.31>
ServerName web
DocumentRoot "c:/www/web"
AccessFileName .htaccess
</VirtualHost>
on the .htaccess I just put one line to set the php includes folder:
php_value include_path "c:/php/includes;c:/php/includes/web"
But when I run the site, in the page that requires a file from the directory "c:/php/includes/web", I got a php error that cannot find the file.
Any help?
|