PHP SCRIPT_FILENAME Problem when Symlink
HI,
i like to use the fantastic File Access Control in a virtual-host setting with a lot Symlinks.
When i use Restrained=yes then the PHP SCRIPT_FILENAME Path is showing, when accessing a file over a symlink, the path of the symlink and not the name of the symlink.
Eg. Symlink test -> ../abc
With Restrained = No: SCRIPT_FILENAME -> test/file.php
With Restrained = Yes: SCRIPT_FILENAME -> ../abc/file.php
LiteSpeed 4.0.11 and PHP 5.2.11
I think this is a Bug?
Guillermo
PS. Sorry for my english ;-)
Last edited by gkunst; 11-02-2009 at 05:44 AM..
|