One common problem with moving WordPress to a new domain or directory is that updating the settings does not update the permalinks or urls embedded in the content. This means that images and other uploaded content will not show up!
This plugin fixes that problem. It updates all urls and content links in your website to reflect the move to the new domain or directory.
Download the Update URLs plugin
Current stable version: 1.0.2
Compatible up to WordPress version 2.8.2
Feeling generous? Make a donation to fund this and the development of other plugins.
For help with this plugin or suggestions, leave a comment below. For more general information on moving WordPress, check out the official documentation or our comprehensive guide.
1.0.1 - Eliminates any conflicts with other plugins due to naming conventions.
1.0.2 - Fixed PHP short tag problem, so as to be compatible with all configurations.
Tags: links, urls, WordPressMoving To A New URL | SuperBlog Directory Blog
Trackback URL for this entry:
http://www.velvetblues.com/web-development-blog/wordpress-plugin-update-urls/trackback/
Contact us today for a quote. Click here to submit details regarding your project.
If you are making a general inquiry, send an email to info@velvetblues.com
Thanks for the plugin.
Does it update a single URL i enter or it simply changes the whole permalink structure. For example if i change from http://www.domainname.com/index.php/archives/post-name/ to http://www.domainname.com/post-name/ can the plugin change all url from the old structure to the new one or i have to change url by url separately?
Thanks.
Thanks for visiting.
No, this plugin is for moving WordPress to a new domain or directory. So when you enter your ‘old’ and ‘new’ domains/urls, it will update the permalinks as well as any links in post/page content.
But that’s a great idea for an additional feature. It would be frustrating to update the permalink structure and then manually have to find all links using the old structure. I’ll have to add that to the next version.
Yes, that would be a good feature. Thanks for the plugin again. Great job!
use this plugin BEFORE or AFTER I moved the wordpress files??
You could use this plugin before or after, but I’d suggest after. Are you moving to a new domain or a new directory?
I have the problem of image theft and have used .htaccess to fix the problem. I have since found something that will work better for me but what I need to do is to change the DIR for the uploaded image files and also update the location in the posts for all posts/uploaded-images.
Will this pulgin do this for me?
No, this is plugin is just for moving WordPress. But that is another great feature that I’ll put on my list of things to add in the next version.
If moving to a new domain, what steps do you recommend?
@Luis, Your quickest method would be to use a WordPress export/import file.
Here are the steps:
1. On the old domain, go to ‘Manage -> Export’ and create a WordPress export file. It will contain all posts, pages, comments, categories, etc…
2. On the new domain, create a working WordPress installation.
3. On the new domain, go to ‘Manage -> Import’ and upload the export file you created in step 1.
4. Using FTP, (or whatever other method you prefer) download the old domain’s wp-content folder (namely for your theme, plugins, and uploads), and upload this to the new domain.
5. Install this Update URLs plugin and use it to update all links. This will fix all of the image links so that they don’t point to the old domain, as well as any other links that still have the old domain in them.
Let me know if you have any questions.
It appears to be a good plugin - I’ll see when I make the move!
Hi, does this plugin solve the SEO problem? 301 permanent redirection. The point is to find the simple way to preserve “old” search information and number of incoming readers…
No it doesn’t. It just makes it easier to move a blog by updating permalinks and content links.
For 301 redirection, you’ll have to modify your .htaccess file…
Does it also changes links on the coments email fields? If you comment on your own blog, you write your email and it can be @yourolddomain.com, does it changes it to @yournewdomain.com?
You say it updates permalinks, so I understand this overrides and modifies your wordpress permalinks settings, am I right? Or are you referring to any link inside the content of a post?
And, this is very similar to the search and replace plugin, is it not? Just easier for us.
No, it doesn’t change comments. It just updates the links in posts (if you select this option) and the permalinks.
When you move a WordPress blog, the permalinks aren’t updated. And the biggest thing that is affected by this is linked media. Your images and other uploads will not work. This plugin fixes that problem by making sure to replace all occurrences of the old location.
Yes, it does perform some of the same functions to the search and replace, except it is more specialized, and well suited for moving a website.
The permalinks doesn’t get updated even if you manually update the permalink settings in the wordpress dashboard?
If I change the permalinks on my actual blog, say to show short dates, then they get updated (and I was under the impression that they do so dynamically), so why is that in a new domain, if you manually set the permalinks to your liking, they don’t update?
Thanks in advance.
Haplo, these are two different things. This plugin is for moving a WordPress website….
If you are just updating your permalink structure, then you have no need for this plugin.
If, however, you move to a new domain, you will notice that your images (and other uploads) still point to the old domain. (Or if you create a custom function and use $post->guid, you will find that this value also uses the old domain.) This is because the actual WordPress database is not updated. It stays the same, regardless of the settings you choose in General->Settings. This plugin fixes that problem.
It has nothing to do with the actual permalink structure. It just updates the database to reflect the move.
I can’t seem to get through, lemme try again
…
I realize that this is for moving your blog to another domain, right now I’m doing that and I’m researching everywhere for things I’ll most likely come up. I’d rather have a solution beforehand.
Now, I understand this as a permalink:
http://www.velvetblues.com/web-development-blog/wordpress-plugin-update-urls/
That’s the link to this very post, wordpress calls it “permalink” and you can change its format under your dashboard. So far so good.
If you add an image to this post, and a link in the content to another part of your blog, those will NOT change automatically when you move your domain, how could they?
BUT the “permalink”, the link to this post, will change once you tell wordpress the new structure of the links, AND the blog url and blog home (or so I think).
Now, if you’re talking about those same permalinks as I am, then I really don’t understand why they won’t change, after all they’re generated dynamically by wp, and If you can change them now, why not later?
And, if you’re talking about those, then your plugin will come very much in handy, and the search and replace one, because that one also changes some tables that yours don’t, or so I seem to read about.
When you move to a new domain, your database IS NOT updated. However, when you update your settings, WordPress ‘parses’ the urls prior to outputting them, so it looks as though they are updated.
Problem 1. Images and Uploads. These are still linked to the old domain.
Problem 2. Plugins or Custom Functions that pull the url from the database. These will retrieve the old url, regardless of your settings because the database hasn’t been updated.
Problem 3. Links to other posts. These are also not updated.
The plugin fixes all of the above.
If you ever take a look at your WordPress database, you’ll see the problem. Navigate to the table wp_posts and look at the column ‘guid’.
For another perspective, see this blog:
http://www.mydigitallife.info/2007/10/01/how-to-move-wordpress-blog-to-new-domain-or-location/
Oh I see! That’s the “real” link to the posts and all, WP only masks them!
Well, thank you very much, will try your plugin later (I hope)
And yes, I have already looked at that link, but I don’t want to mess directly with sql commands unless I have no other choice, thanks!
Yep!
Hi Velvet Blues,
Can you please have a look at my blog? i have installed your plugin (THUMBS UP, i must say) and change the urls. However, it appear my pictures link come up with 2 domain name, that’s why it is still not showing. can you tell me what’s wrong?
Thanks!
Hi Boo,
I’ve taken a look… Have you transfered your ‘uploads’ folder to this new domain? I wasn’t able to find any of the images that are being referenced.
Hi Velvet Blues,
Yes, I actually use the “import” and “export” function by WP. I managed to import everything including the “uploads”. But I can’t view any of the pics because it was, like you mentioned here, still using the old domain name.
you can see the red dot on my blog, those are supposed to by my picture link. if you move your cursor on it, u can see the link location. i notice, they have double domain name on it hence the pictures is not showing.
is it because i created this blog in my root directory in my hosting? i am trying to create another test blog under subdirectory: http://www.boocasanova.com/blog and try changing the urls there.
but if possible, i would like to stay on the root directory: http://www.boocasanova.com.
thanks!
Hi Boo,
Yes, I took a look at your code. There are NO double urls. But urls are being referenced without the http, like this:
src=”www.boocasanova.com/wp-content/uploads/2008/10/addie-dopey-272×338.jpg”
That’s the first image. (If you are wondering why they show the double url when you try to view it, its because browsers ‘get confused’ without the http and assume its a relative link. But the url structure in your source code should work if images were present.)
…So if you put that url in your browser, it doesn’t actually retrieve an image. So, this is why I asked if your images were transferred.
http://www.boocasanova.com/wp-content/uploads/2008/10/addie-dopey-272×338.jpg
Please manually verify that your images are there. If not, you will have to upload them. In many cases, WordPress’ import/export function doesn’t actually import ‘uploads’.
hi again,
i just notice, even tho the “upload” folders were imported correctly but somehow the pictures file were not! am uploading the pics now.
and thanks for explaining the double url problem.
i think my problem is solved!
thanks!
Hopefully. Let me know if you run into any more problems.
THANK YOU SO MUCH! and especially your email coz that kinda save the day! i’m not sure why but perhaps because my WP is in the root directory, even tho using your plugin to change the urls but i still need to do another step in adding the “http://” as told by you in the email.
but if you see my test blog at http://www.boocasanova.com/blog, it doesn’t have this problem. so maybe this is a new issue you can look into.
once again thank you. i’ve been scratching my head for days wonder why the image is not showing.
Yes, it was strange. I’ve actually never seen that problem and I’d have to know all the steps you used as well as the format of your urls in your previous blog. (Feel free to send me the old url if it is accessible.)
But I’ve used this on many blogs without any problem… However, I’ll definitely add this as another ‘fix’ for the next version. (ie. automatically check image link format)
Anyway, I’m glad you’re up and running! Moving a website can be very frustrating.
i’ve mail you a lengthy explanation.
It is not stable anymore. I can’t get it to work :(((
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected $end in wp-content\plugins\velvet-blues-update-urls\velvet-blues-update-urls.php on line 92
Hi champ,
The plugin is fine. I think it might be an interaction with other plugins… I will be re-releasing another version shortly which should fix any possible naming interactions.
Btw, which other plugins are you using?
Thanks…
Well, I just released a patched version which should not have any naming conflict.
I have no wordpress experience.. I’m a programmer who works in M$ technologies.. my company has a wordpress blog called say foobar.com - they want to change the name to blog.companyname.com. I’m very confused as to if I have to create a new directory structure - copy files and then run the plugin / db updates or if I can just run the plugin and have the current db struct stay intact. Any help will be much appreciated.
To add.. I ran the 3 update statements mentioned in the following article.. http://www.mydigitallife.info/2007/10/01/how-to-move-wordpress-blog-to-new-domain-or-location/ - the updates work fine but then the site become unusable.. I get Great Success! Then a default apache page - so I bail and just set the wp_options siteurl back to original and it works again.. what am I missing?!
Assuming both are on the same server, you need to copy your site to the new directory. This means you will have two WP installs. Then, in the old install, update the settings. You should then be able to log into the new install, rendering the old one unusable.
I don’t get.. I have a domain with a fully functional wp site. http://thinkinginbox.com all I want to do ia change the domain to blog.blueskyfactory.com. If I change the IP address of blog. to thinkinginbox - i get an error.. ok so I change the siteurl in siteoptions then they both die? Can’t I just make the site work with a different domain without having to reinstall the entire site? currently our thinkinginbox domain is installed in the root web directory if that helps at all.. Sorry I really don’t know much about WP - typically I set up a site - ftp it.. setup DNS and it just works.. not sure where the mental block is here with my little brain . please help..
I’m a little confused… I don’t want 2 different installs of the same server.. I just want to make our current site that is installed on our root web directory… http://thinkinginbox.com to work with the domain http://blog.blueskyfactory.com... I changed my DNS - but when I try to use the domain I get an apache ‘Great Success - Apache is working on CPanel. And if I update the wp_options siteurl to the new domain - then both domains die..
How can I make our current install just work with a different domain? Is this possible or do I need to do a install on a different server?
never mind…. I figured it out.. was apache config issue..thanks
OK, I got this when I went to activate. Any ideas?
Parse error: syntax error, unexpected $end in C:\wamp\www\wp-content\plugins\velvet-blues-update-urls\velvet-blues-update-urls.php on line 92
Hmmm. We ran into this issue once with the initial release. There were some plugin interactions… If you are using the latest version (1.0.1) downloaded from the WordPress Repository, then it would have to be something else…
The other person who had this problem has a similar directory structure as yours… ie. a local/testing server… I have tested this on the XAMPP server but will investigate further.
Looking forward to a solution! I did get the latest release if that helps @ all. Maybe I’ll try turning off some plugins just to see Thanks!
Update. I tried turning off my plugins one by one and Update URLs threw the same error as posted above. hmmm.
Well, it must be something particular to local servers… I am still investigating this issue. Thanks again for your feedback.
I think i got it. I was looking around and found this…
http://www.mydigitallife.info/2006/04/23/php-parse-error-syntax-error-unexpected-end/
Changed in php.ini
short_open_tag = Off (2 instances) to =On, restarted WAMP services and the plugin activated!
If this works, this plugin will save me tons of time! Thanks!
Thanks so much! Let me know how it goes. I did use short tags in one location and am now updating the plugin.
I will. Thanks!
Is it possible to use this plugin to change
http://xyz.com/blah-blah-blah
to
http://abc.com/blah-blah-blah
automatically? I have tons of images which are still related to the old domain. Do I need to change the URL one by one or can it be done all automatically?
Cause I tried the plugin and it does not seem to work for me.
Yes, the plugin does just this. And it does all at once.
For it to work, you will need to enter the old and new urls in the respective fields and then submit.
Please send me the url of a page where it ‘didn’t seem to work’ and I’ll let you know what happened. One common problem is the use of ‘www’. Sometimes images are referenced in the database without the ‘www’. So you might try to update it like that. ie. http://newdomain.com and http://olddomain.com instead of http://www.newdomain.com and http://www.olddomain.com
Hi,
Thanks for your reply:
This URL is the one by Google and it does not work:
http://uhec.net/b/wp-content/uploads/2007/11/dumontboyschout1.jpg
In fact, the image is here:
http://lelectronlibre.net/b/wp-content/uploads/2007/11/dumontboyschout1.jpg
But it does not work…
Could you give me the url for the page on which this image is located?
Hi,
I was able to update the files and it shows correctly on my web site, but on google it’s still the old site and I’d like to update them…
I’m confused… If you are talking about Google’s image search, this plugin can’t help with that. Google’s indexes are completely unaffected by anything that we could do…
Perhaps I don’t understand the question?
Hmm… I have no doubt that in one year or more Google will have indexed my images correctly to the new URL. The problem right now is that those images are still linked to the old site, so I was looking for a way to change the link to the old site to the new site, e.g.: http://www.oldsite.com/image/image1.jpg to http://www.newsite.com/image/image1.jpg
Well, this plugin is for moving a site to a new location. It appears that you have moved from ‘uhec.net’ to ‘lectronlibre.net’. So when you run the plugin, all urls for your own uploaded images will be updated accordingly.
But this plugin does not affect any external websites.
It is possible, however, to create a redirect via an .htaccess file so that Google doesn’t redirect to a non-existent file, but this plugin doesn’t do that…
Thank you very much for your reply. It seems it does not help me, but still I think it is an interesting plugin. Thanks.
Great plugin, moving was quick and easy! Thank you!!
Thank you!
I love it
Cannot load velvet-blues-update-urls/velvet-blues-update-urls.php.
Know anything about this?
Hi heck, the plugin should work fine…
Tell me, what version of the plugin are you using and what version WordPress do you have?
At my new domain, I have the WP core installed in a subdirectory, /wordpress. Should my entered “New URL” be the blog URL (www.site.com) or the install directory (www.site.com/wordpress)? Will this affect links and image locations differently? Thank you very much.
Hi MT, This plugin is only for people who are physically moving their blogs from directory to directory. (ie. moving files or transferring to a new install) If that is indeed the case, then yes, you would then use this plugin using the links you’ve written above. And the plugin will update all links embedded in your content, as well as the image locations.
Hopefully that answered your question?
And it doesn’t update the settings or perform the move. It just does the ‘tidying-up’ that WordPress doesn’t do.
Hi. Were you responding to me? If so, I’m asking if I should input the blog URL or the WP install URL in the New URL input field. My install directory, where the WP files reside (subdirectory), is different from my blog directory (root of the domain).
Hmmm. I don’t think that this plugin is for you. Or maybe I don’t have enough information…
This plugin is for blogs that have been moved, not for any other kind of situation.
If your blog has been moved AND you have installed it such that the blog directory is different from the install directory, then you’d use the blog directory url.
You are my new best friend. Thanks for the script.
Haha. I’m glad our plugin helped you.
Sorry, but you’re not understanding. I know the plugin is for blogs that have moved. Got it. I have moved my blog. Long since done that. On my NEW server I have the WP scripts in rootfolder/subfolder. The blog address, as set in WP options, points to rootfolder (www.root.com — not http://www.root.com/subfolder). I’m merely asking which address (folder location) to put into the new URL input field. That’s all. There is no more information. You may keep this unpublished if you wish, as it’s rather exhausted at this point to continue anyway. I’ll take my chances, but know that this is FAR from a case of ME not understanding what the plugin is for. Someone else, though, will surely ask the same question.
Thanks MT for the ‘for Dummies’ version. Now I understand your predicament. I will need to update the plugin with a few more options to better handle this case.
Hi I’m trying to get my head around all this moving of wordpress.
If I want to move my blog from blog.mysite.com to mysite.com/blog will this plugin work? Do I need to redirect my url’s so google links still finds the posts.
Basically I to run a test site first at http://www.mysite.com build some content and set a theme up, them move my current blog post into this domain from blog.mysite.com.
whats the best way to go around this ?
Excellent plug in… saved tons of work, thank you! If I have some spare cash after Xmas I’ll be sure to send you a donation
Karen x
@Dean, Yes, you should redirect the urls for Google. (There is a plugin which also helps w/ redirects, but I can’t remember where I found it.)
@Soulgirl, I’m glad you found our plugin helpful.
Hi!!!
I add this lines to the code to update links in the meta data of the posts
$contquery = “UPDATE $wpdb->postmeta SET meta_value = replace(meta_value, ‘”.$oldurl.”‘,’”.$newurl.”‘)”;
$result = $wpdb->query( $contquery );
It’s very usefull
Thanks for sharing. That is useful.
I write through the translator. Why at me ??????????? an error….
Fatal error: Cannot redeclare velvetbluesuu_add_options_page () (previously declared in/home/www/z97904/www/suzuki-japan.ru/wp-content/plugins/velvet-blues-update-urls.php:29) in/home/www/z97904/www/suzuki-japan.ru/wp-content/plugins/velvet-blues-update-urls/velvet-blues-update-urls.php on line 30
@Ananas, this error is very strange because it shouldn’t happen unless more than one version of the plugin is installed… I will need to do some research to give you a better answer. Sorry for the inconvenience.
I was very excited to use this plugin. Unfortunately, it is saying “Cannot load velvet-blues-update-urls/velvet-blues-update-urls.php.”
Any idea why this might be happening? Is it compatible with WP 2.7?
Thanks in advance.
Jay
Jay’s last blog post..RoN included on Top 50 Streetwear Blogs
Great plugin! Made a really painful transfer from Wordpress.com to a hosted blog that much easier. Although I have one issue and wonder if I botched something. After running the plugin all images seemed to correctly point to new hosted blog (awesome!, thank you) yet I am not seeing that the image is merely a scaled image of the original and not a cropped version as it was on wordpress.com. They are extremely large images (why?) but the image properties on the new hosted blog read as 3264px × 2448px (scaled to 300px × 225px) where on wordpress.com the image properties display 300px × 222px. Did I miss something?
Thanks for a great plugin!!
All I want to do is get the word “wordpress” out of our URL. Doesn’t matter to me what the directory name is. Will this tool help me accomplish this?
Thanks.
You are totally awesome, that plugin saved me doing nay SQL updates
Hello, i have installed wordpress ta domain.org, but i need to have domain.com as main domain (domain.org i wolud lik to be parked) of that installation. If ponit name servers (domain.com) to hosting where is wordpress installed would by blog work??
Moved blog from http://www.mydomain.com/blog to
http://www.myNewDomain.com
Had to revert back to WP default theme but will work on that later. Meantime links to categories and posts do not work. Tried plugin and got this error message
Cannot load velvet-blues-update-urls/velvet-blues-update-urls.php.
In looking at my phpMyAdmin in database under wp_posts, guid, it shows the correct (new) url already yet it still doesn’t work. Thought the plugin was what I needed but in reading your comments above in previous posts you suggested to look in this area to see how the actual url was listed, but mine is already correct yet still not looking. Any idea what is happening?
~ thanks for helping
Wow, this is a fantastic plugin.
I’ve just used it on a site we moved to a new domain which had +1000 posts with images so it was too much work to change the image urls to the new site.
The site is using the TimThumb script for thumbnails which doesn’t work unless the images are hosted on the same domain.
So this plugin was the solution! I copied the images across and changed all the urls and bingo!
There is a LOT of people having this problem with the TimThumb script and images from old domains, so this is a great solution and I’m posting it on a few forums where people have asked for help.
Cheers!
Sean OBrien’s last blog post..Cyclone Hamish - A Windsurfing Adventure Video
Hey! This looks just about perfect, because it’s either a plugin or I sit here and manually change this stuff… fffft. The peculiar issue I have, though, is that I’m transferring from one database to another (going from dev to live, with clean install) but it’s all on the same domain. Long story. Upshot is that the before & after fields would be effectively the same: would the plugin ‘read’ these anyway and perform the function regardless, or would it error out at me for putting in the same domain twice? Thanks for your help — and all your hard work on this!
reporting in: tried it anyway, and sadly, doesn’t work… ah, well. I suppose I must continue the search for something that will differentiate the database (compared to domain) in this kind of upgrade/shift, or I’ll be here for awhile fixing the permalinks, or maybe I’ll just learn to code around them! Thanks anyway.
Thanks! You just saved me a shiatload of time manually updating all my links!
Chris’s last blog post..Hello world!
Its great plugin. You save a lot of our time
Chandra Wijaya’s last blog post..Actor Kung Fu Kwai Chang Caine - David Carradine Found Dead in Thai
Great plugin, thanks a lot! This has been a complete pain in the backside when more from a staging server to the live domain.
As mentioned somewhere above, if we could also filter the ‘meta_value’ column in wp_postmeta, that would be spot on. Good job all the same.
Im running WP 2.7.. I followed your method 2 directions with the update url plugin etc.. IT all worked as planned until I tried to remove the old directory… Then I get a blank screen when I navigate to the new directory or try to login etc…help!
Thank you so much! This plugin worked like a charm. I had spent hours trying to figure out how to change all of the urls for our image file thumbnails, but once I found your plugin, I was saved. Thank you again!
Love this Add in! Thanks.
Just about to move my blog to a new domain. Appreciate instructions! Looks like your plug in will be helpful as well. It says here compatible till 2.7. Will it work with 2.8.2?
Thanks!
Yes, it does work with 2.8.2.
This plugin rocks! Very simple solution to a temporary but rather large problem. So wonderful. Thanks!
Tim´s last blog ..Everything’s Gone Thesis…
Wow this is a handy plugin! I just moved a site from my local server to the live server and I had a ton of links to fix.
Then I remembered your plugin that you were telling me about at WordCamp Chicago. Thanks for this great contribution to the WordPress community!
@JLeuze: Glad my plugin could help! It’s definitely more handy than manually running a few database queries.
@Velvet Blues: Yeah, I try to avoid poking around in my databases manually if I can. I’ll definitely be keeping your plugin in my toolbox.
I dont install many plugins to keep wordpress lite…but this is one that I do use often. You should branch out into some other plugins..seems you have knack for them.
Scott L.
Scott Lifts´s last blog ..Lift Table Safety Skirt
Dude, you rock! Thanks for the great plugin. And for me, it was especially handy because I use the “PDO (SQLite) For Wordpress” plugin ( http://wordpress.org/extend/plugins/pdo-for-wordpress/ ) to enable SQLite as the database engine (specifically to make mini sites easier to move around from one sub-domain to another).
The updating URL stuff was painful and other plugins that do this attempt to access mySQL directly. I was glad to see you followed the API calls instead of direct database access!
Thanks for sharing!
HI thanks for your plugin.
Now I want to moving blog-A to blog-B.
just change the domain and no else. and both my blogs is in the same host.
can I do it this way?
I don’t change the mysql-DB, I copy all the files of A to domain-B, and login A, and use this plugin and change domain A to B ? can this way success ?
I have do this ,but domain B con’t show the site well .the atricles url is although the old A.
how can I do ?
thanks very much .
Hi there!
Thanks a million for this handy plug-in.
After my blog movement I was going to fix old images sources manually (by replacing them in DB dump), but your small tool did the work perfectly in 2 seconds!
SUPERB!
Hi,
We have recently migrated from an old site to this new domain, we have changed everything and setup a 301 redirection from Old domain >> to new one. We used search and update plugin to do the changes, I still have some questions:
1. Do i still need to use this plugin to cleanup the remains over?
2. Shall we remove wordpress from old domain?
Your answer will be appreciated.
Thanks and regards
Emily Burn
Emily | The Watch Press´s last blog ..Ebel watch history
Worked like a charm, on Wordpress 2.8.6. Thanks a million!
Andreas´s last blog ..Manifesto for Creativity and Innovation
thank you for this plugin. it was a lifesaver.
You guys just saved me from a world of pain. Thanks a billion for this little one-click wonder.
Seriously, you rock!
alex´s last blog ..Constructing a correction in Egypt
Installed the plugin after using SSH access to move the wordpress website. I changed the URL in general settings and the main URL (wendyclousepaintings.co.uk)and it works but the links on the website still point to the old site. I used the plugin but it did not work.
Can you help?
Anthony ´s last undefined ..If you register your site for free at
Thanks for the powerful plugin,it helps me a lot!
hongmian812´s last blog ..Stephen Chang - Always Together
I am getting
You do not have sufficient permissions to access this page.
when I try to update urls running the plugin, I have tried deactivating other plugins and tried another admin account, but still cant get it to run.
I tried using this on a blog with Wordpress 2.8.6 and it returned a permissions error:
>>You do not have sufficient permissions to access this page.
Is there a particular file that needs higher permission level access…?
John´s last blog ..10 Things a Business in Trouble Can Do Right Now for Cashflow