Forum Moderators: phranque

Message Too Old, No Replies

redirect 301

wordpress to movabletype

         

mrwanshee

3:24 pm on Dec 9, 2010 (gmt 0)

10+ Year Member



Hello all and i hope thi sis the right category where to post this question , if not i apologise

I recenlty migrate my website from wordpress to movabletype( i know many people just to the MT to wp But is personal taste)

I wanted to redirect all my old urls since now i got a situazion like this:

[www....] mywebsite.org/?p=185 and i wanted to make it
[www....] mywebsite.org/article.html
So i did few try in this way :
RewriteCond %{QUERY_STRING} ^p=185$
RewriteRule ^$ [mywebsite.org...] [R=301,L]

But not worked at all , any idea?

thank you all

phranque

2:07 am on Dec 10, 2010 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



But not worked at all

could you be more specific?
what response did you get?

mrwanshee

2:33 am on Dec 10, 2010 (gmt 0)

10+ Year Member



hi

the response is a normal redirect to the homepage example:

if i click on website.com/?p=431 i don't get redirected to the static url that is like website.com/article.html but i go on the homepage

phranque

7:41 am on Dec 10, 2010 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



is this in .htaccess or in the config file?
do you have any other rewrite rules?