Results 1 to 1 of 1
I have two folders. Root path is root path in Apache server.
./folder1
./folder2
In folder1 i have folder "abc". Now I create symbolic link to folder "abc" in folder2. ...
- 10-13-2008 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 1
Links to folders (Apache)
I have two folders. Root path is root path in Apache server.
./folder1
./folder2
In folder1 i have folder "abc". Now I create symbolic link to folder "abc" in folder2. So ./folder1/abc is real folder and folder ./folder2/abc is a link.
Now when I connect to http://localhost/folder1/abc everything is ok. When I connect to http://localhost/folder2/abc server doesn't show me folder1/abc. In fact it says that folder folder2/abc doesn't exist.
In NTFS file system it works (with Junctions to folders).
Any idea how do I make Apache to think that ./folder2/abc is a real folder ?
thx
/edit
ok, found it
sry 4 ur time
http://httpd.apache.org/docs/2.0/urlmapping.html
"For security reasons, Apache will follow symbolic links only if the Options setting for the relevant directory includes FollowSymLinks or SymLinksIfOwnerMatch."


Reply With Quote
