ScriptAliasMatch ^/~([^/]*)/cgi-bin/(.*) /home/$1/cgi-bin/$2i need a regexp that will do the following :
1.1 www.$user.some.com
1.2 $user.some.com& will transfor into /home/$user
>ScriptAliasMatch ^/~([^/]*)/cgi-bin/(.*) /home/$1/cgi-bin/$2
>
>i need a regexp that will do the following :
>
>1.1 www.$user.some.com
>1.2 $user.some.com
>
>& will transfor into /home/$userAre you sure you need ScriptAliasMatch?
Search for "Virtual User Hosts" in http://httpd.apache.org/docs-2.0/misc/rewriteguide.html