Re-direct to another Domain?
January 5, 2008 7:25 PM
Subscribe
How do I redirect all results to a directory on my website to a totally different domain?
I used to host a friend's website in a directory on my site, but I eventually moved them to their own domain. Their old URL, because I run Wordpress, now goes to my main site. I'd like to have that URL forward to their new domain.
Sadly, my .ht_access-fu is non-existant. Help?
posted by SansPoint to computers & internet (4 comments total)
3 users marked this as a favorite
You could use mod_rewrite, but the easiest way (IMHO) would be to do:
Redirect permanent /old_directory http://new_domain.comin .htaccess on your root directory.
posted by foxydot at 7:35 PM on January 5 [1 favorite]