Hey all,
I got a really tricky problem here. I have the folder /folder/ and I want every request to that folder to redirect to the folder /~user/. But /~user/ is a private folder, only accesssible by the user. (this is a linux system with user management). Therefore, permission is denied. Is there a way around this?
Thanks!