The #1 Worpress plugin to save your website from losing traffic and Pagerank after changing your permalink structure.It has been updated to 2.5 compatibility. Download version 1.3 here.
The #1 Worpress plugin to save your website from losing traffic and Pagerank after changing your permalink structure.It has been updated to 2.5 compatibility. Download version 1.3 here.
Comments (16)
May 27, 2008 (9:10 am)
i’m quite confused with ur plug in , i won’t work!
May 27, 2008 (9:30 am)
Hi Joseph,
- What version of Wordpress are you using?
- What version of the plugin are you using?
- What was your old permalink structure and what’s your new?
May 28, 2008 (7:57 pm)
I am wanting to move my wordpress.com blog to my own host and use wordpress.org software. In many google searches I am the first listing generated and I have a fairly good page rank. Is you plug-in what I need to do to redirect everything to my new site? I would truly appreciate any help you could give me! THANKS
May 29, 2008 (12:14 am)
Hi Cindy,
Sorry, this will only work when changing permalinks on the same domain.
June 9, 2008 (12:01 pm)
I am planning to use this plugin, but my case a bit different, I hope can get some information from the author.
Currently my blog are hosted at “blog.icalvyn.com”(subdomain) and google rank me PR2, my main URL “www.iCalvyn.com” are PR4 which permanently redirect to “blog.icalvyn.com”
since the main URL PR are higher, I was planning to migrate my blog from “blog.icalvyn.com”(pr2) to “icalvyn.com”(pr4)
does this plugin help ?
June 9, 2008 (3:09 pm)
Hi iCalvyn,
If your permalink structure remains the same, you don’t need this plugin. All you need to do is put a .htaccess file in the root directory of blog.icalvyn.com to redirect everything to your new site:
RewriteEngine on
RewriteRule ^(.*)$ http://www.icalvyn.com/1 [R=301,L]
Google will also transfer the pagerank to your new address.
June 10, 2008 (5:12 pm)
hi Microkid, you misunderstand my situation. now my problem solve with ur plugin
but the problem is, while i delete the blog in old location (blog.icalvyn.com) the thing cant work
example people access blog.icalvyn.com/hello cannot redirect to http://www.icalvyn.com/hello
the old blog have to be remain there… then seen like duplicate content
meaning that currently http://www.icalvyn.com/hello and blog.icalvyn.com/hello have the same content, and both are separate wordpress and different db too
any suggestion?
June 11, 2008 (8:37 am)
Hi iCalvyn,
If the 301 headers work correctly, Google will also be forwarded to the new location, and you shouldnt have to worry about duplicate content. As long as everything on your old location gets forwarded to the new location you’re fine.
June 24, 2008 (1:28 am)
Hi,
I have a site that uses /blog/?id=123 and I want to use the format /blog/title-of-my-post.html. How do I do this?
Thanks
June 24, 2008 (2:01 am)
Hi Rem,
I’m currently working on a new release that will work with the /?p=123 structure (it’ll be released somewhere this week probably)
However, using “.html” in the URLs is nog a built in feature of WP or this plugin, so you’ll need something else to tackle that bit.
June 24, 2008 (10:02 am)
Thanks MicroKid,
I look forward to the new update. Does it address the issue of my page so that if it is currently using /blog/?id=123 it can immediately redirect to /my-blog-post-article/?
I wish you can create a little documentation on what it can do, its limitations, etc.
Thanks again!
June 26, 2008 (6:06 pm)
Rem,
I’m pretty sure though that the latest Wordpress version automatically solves this (built in). Are you running the latest version (2.5.1)?
June 27, 2008 (10:17 am)
Yes, and I think if I choose the new format, it can be implemented. My problem is just that old posts aren’t converted from the /?id=123 to the /post-article-title/ format.
I’ll explore other options.
Thanks
July 18, 2008 (5:06 am)
Hi! Is this plugin compatible with Wordpress 2.6??
July 18, 2008 (11:55 am)
Hi Marcelo,
Yes it is.
July 18, 2008 (3:19 pm)
Cool, very thanks!!