Hello,

I have some virtual sites where UserDirs like /~michael should be available under a different name, like /projects/design. These directories contain CGI scripts run by suEXEC, which results in 500 Internal Server error when NOT being called as /~michael.

Right now, I do

RewriteRule ^/projects/design/(.*) http://www.mydoma.in/~michael/$1 [P]

However, in Directory Listings (of course) the ~michael address is shown.

Is there a more elegant way of doing this other than patching suEXEC?

Thanks
Florian

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to