On 1/19/06, Sean Brown <[EMAIL PROTECTED]> wrote:

>         RedirectPermanent /
> "http://web.mac.com/username/iWeb/Sitename/welcome.html";

> So my question is, how can I redirect ANY request to ANY page (or
> other resource) on her domain to the same home page at the new host
> (http://web.mac.com/username/iWeb/Sitename/welcome.html)?

This exact question is answered here:
http://httpd.apache.org/docs/2.2/urlmapping.html#redirect

RedirectMatch permanent .*
http://web.mac.com/username/iWeb/Sitename/welcome.html

Joshua.

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