Page is a not externally linkable
jdMorgan - 1:37 pm on May 7, 2002 (gmt 0)
If you want to redirect all files, rather than just oldlocation.html, try: 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): Hope this helps!
No need for leading slash on "http:" i.e.
RedirectPermanent /oldlocation.htm [mydomain...]
should work.
RedirectPermanent / [mydomain...]
RedirectPermanent /~quux-corp/ [quux-corp.com...]
Jim