[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] Cgi-wrapper with AliasMatch
- Subject: [cobalt-developers] Cgi-wrapper with AliasMatch
- From: "Jason Frisch" <webmaster@xxxxxxxx>
- Date: Sat May 27 01:12:53 2000
Hello All,
I am trying to map domain.com/$user to /home/sites/site1/users/$user/web
which I have managed to do using aliasmatch in the httpd.conf file...and
things work fine with .html pages.
However, it seems that CGI-Wrap tries to find scripts where the url is
pointing, naturally giving a 404 not found error. This is, it looks at
%sitedir%/$user/user/somecgi.cgi instead of
%sitedir%/users/$user/web/somecgi.cgi. Does anyone know of some way to get
around this?
Regards,
Jason Frisch