Forum Moderators: phranque

Message Too Old, No Replies

Assistance with Redirect, please

No matter what file or directory specified, go to one page

         

egalvez

3:55 pm on Oct 5, 2004 (gmt 0)



Hi. I would like to know how to redirect all site visitors of site A to one and only one specific page on site B, regardless of which page or directory they attempt to access on site A. So, if they try to go to siteA.com/directoryA/file.html they'd go to siteB.com/page.html. And if they try to go to siteA.com/file.shtml, they'd be taken to siteB.com/page.html.

I tried a redirect that worked except that when it took the visitor to siteB.com/page.html, it appended the filename of the page they were trying to go to after page.html, as in siteB.com/page.htmlsomewhere.html

This would be temporary, for a few days or weeks.

Thank you.

jdMorgan

5:55 pm on Oct 5, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



egalvez,

Welcome to WebmasterWorld!

See the RedirectMatch [httpd.apache.org] directive - It will do what you need to do.


RedirectMatch 302 .* http://www.siteB.com/

Jim