View Single Post
  #1  
Old 11-03-2009, 04:45 AM
gkunst gkunst is offline
New Member
 
Join Date: Nov 2009
Posts: 3
Default PHP SCRIPT_FILENAME Problem when Symlink

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 Env. 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, LSAPI

PS. Sorry for my english and repost;-)
Reply With Quote