I have an apache server running here:

http://wilkinson.stanford.edu/

And there is a redirect somewhere (not on my system) that takes the following url:

http://csquared.stanford.edu/

to the same apache server. I would like to take requests that look are for 'http://csquared.stanford.edu/' and send them to

http://wilkinson.stanford.edu/csquared/

which is located at

/var/www/html/csquared/

on my system. I tried the directive

Redirect permanent http://csquared.stanford.edu/ http://wilkinson.stanford.edu/csquared/

but that didn't work.

Thanks in advance,
Paul Constantine



---------------------------------------------------------------------
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