
03-09-2010, 05:02 AM
|
|
Senior Member
|
|
Join Date: Jul 2008
Posts: 147
|
|
There is still a minor bug with the symlinks
Lets assume we creare a symlink for /home/user2/public_html ( source ) directory to /home/user1/public_html/w00t (dest )
If any RewriteRule matched the request is placed in a .htaccess file in the symlink source path, it will be handled for the request
For example in the /home/user2/public_html/ path there is a htaccess to redirect all requests to https instead of http, or any hotlink protection which redirects to another url, requests for http://user2/w00t they will be redirected in order of RewriteRule located there, instead of 403 no permission
My apologize for my bad english and very bad explanation.
|