Chris skrev:
Patrik Jansson wrote:
Hello,
I'm having some difficulties with open_basedir. If I include the prefix /home/web25637/ in open_basedir shouldn't it include every directory within this? We're getting this error:

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/web25637/domains/abc.ssf.scout.se/public_html//components/com_sef/sef.php)


The // might cause a problem, if you fix that does it work?

The // does not cause the problem. This was a bad example, it has appeared several times without the //. Like Colin said, this might have to do with the symlink, the files lies within /usr/home but the open_basedir uses /home which is a symbolic link for /usr/home.
I will try it out today.

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

Reply via email to