Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- htaccess redirect


jdMorgan - 1:37 pm on May 7, 2002 (gmt 0)


No need for leading slash on "http:" i.e.
RedirectPermanent /oldlocation.htm [mydomain...]
should work.

If you want to redirect all files, rather than just oldlocation.html, try:
RedirectPermanent / [mydomain...]

Here's one I pulled off one of my old servers that I am actually using to redirect a "homepage" type account (with the tilde-name setup):
RedirectPermanent /~quux-corp/ [quux-corp.com...]

Hope this helps!
Jim


Thread source:: http://www.webmasterworld.com/apache/455.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com