
April 21st, 2008, 09:31 PM
|
|
Registered User
|
|
Join Date: Jun 2007
Posts: 25
Time spent in forums: 2 h 11 m 48 sec
Reputation Power: 0
|
|
|
Old school method of redirecting from a subdomain?
I moved my Wordpress blog and am having redirect issues.
The blog used to be on http://blog.domain.com. I want it on http://www.domain.com/blog/.
So... I moved all the files, and now have confirmed that all my new posts are going in the right place. Problem is, all those backlinks are not redirecting properly.
I'm not having any luck teaching myself how to deal with this directly via the Wordpress dashboard, so I am perfectly happy to create a long-winded entry in .htaccess which will list every single post's old location, followed by its new location. This is not hard to do, just some cut and paste work.
BUT the changes don't seem to be taking effect. I'm wondering if they have been made in the right place or not. Questions:
1) Would these redirect entries be made in the core site's .htaccess file, or perhaps in the subdomain where the blog used to reside?
2) Do I need to unmap the folder which used to be the subdomain, and/or remove the folder all together?
3) Is there any risk or tradeoff in listing ~100 lines of redirects?
Thank you all for your wisdom.
|