• Resolved pcaines

    (@pcaines)


    if you move your website from blogger to wordpress when you access your site from a link on google you will get a 404 page.

    to solve this issue add this to the .htaccess right after the RewriteEngine On RewriteBase / line

    RewriteCond %{QUERY_STRING} ^m=1$
    RewriteRule (.*) $1? [R=permanent]

    hope this helps as it did me

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blogger to wordpress ?m=1 ?m=2 url issue’ is closed to new replies.