[php5.ini]
safe_mode = Off
open_basedir ="/media/nss/DATA1/OTT4F/w3"
I get the initial index.php page and my phpinfo page works but I can not
browse to any other links within the w3 directory structure. Hence I get
Error 404 page not found.
[php error log]
PHP Warning: Unknown: open_basedir restriction in effect.
File(/media/nss/DATA1/OTT4F/w3/iss/index.php) is not within the allowed
path(s): (.;/media/nss/DATA1/OTT4F/w3) in Unknown on line 0
[Thu Feb 04 19:54:24 2010] [error] [client 9.26.197.11] File does not
exist: /media/nss/DATA1/OTT4F/iss, referer:
http://srv1.drumdude.com/w3/iss/ies/index.php
[Apache2-vhost.conf]
# This should be changed to whatever you set DocumentRoot to.
<Directory "/media/nss/DATA1/OTT4F/w3">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
I think it is a simple answer but at the moment I am stumped.
Thanks
Jeff