Antony,
I'm not trying to avoid the restriction by using a symbolic link. I'm
trying to enforce it, yet regardless of whether I put any of the
following in my allowed path:
/home/sites/site66
/home/sites/site66/
/home/sites/site66/web
/home/sites/site66/web/
/home/sites/www.harvardchemclub.or
On 14.09.2005 22:37, Aaron Greenspan wrote:
Sara,
The output is:
/home/sites/site66/web/index.html
I guess this is the answer:
"All symbolic links are resolved, so it's not possible to avoid this restriction with a symlink."
(c) http://www.php.net/manual/en/features.safe-mode.php#ini.open-b
Sara,
The output is:
/home/sites/site66/web/index.html
Thanks,
Aaron
Aaron Greenspan
President & CEO
Think Computer Corporation
http://www.thinkcomputer.com
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
> Can someone tell me what I'm doing wrong here? I'm using PHP 4.3.11 on
> Red Hat 5.0 (Cobalt). /home/sites/www.harvardchemclub.org is a symbolic
> link that points to /home/sites/site66. I've tried this with and without
> trailing slashes. I added a comment to a similar bug report years ago,