Results 1 to 3 of 3
-
26th Feb 2012, 07:39 PM #1OPMemberWebsite's:
fileservedownload.nethow change domain in wordpress 3.3.1?
hello i must change domain in my blog...
how can i do without lose (search) in google??
thanksciaociao4 Reviewed by ciaociao4 on . how change domain in wordpress 3.3.1? hello i must change domain in my blog... how can i do without lose (search) in google?? thanks Rating: 5
-
3rd Mar 2012, 04:01 AM #2Member
can you show the scenario as how the changes needs to takes place so that the suggestions can be done.
-
3rd Mar 2012, 04:52 PM #3MemberWebsite's:
oneddl.eu nfomation.net linksafe.me1. Run the sql commands below to update your database.
Change site and home URL
Code:UPDATE wp_options SET option_value = replace(option_value, 'http://www.oldsite.com', 'http://www.newsite.com') WHERE option_name = 'home' OR option_name = 'siteurl';
Code:UPDATE wp_posts SET guid = REPLACE (guid, 'http://www.oldsite.com', 'http://www.newsite.com');
Code:UPDATE wp_posts SET post_content = REPLACE (post_content, 'http://www.oldsite********', 'http://www.newsite********');
Code:UPDATE wp_postmeta SET meta_value = REPLACE (meta_value, 'http://www.oldsite.com','http://www.newsite.com');
2. Setup a 301 permanent redirect on your webserver
It is pretty simple on nginx. Just add the following to your vhost.
Code:server { server_name oldsite.com www.oldsite.com; rewrite ^(.*) http://www.newsite.com$1 permanent; }
3. Notify Google of the URL change
Login to Google Webmaster Tools and, if you haven't already, register and verify your old website. Do the same for your new website.*
Then select the option in the control panel and tell Google which domain to change too (it can take 180 days for the process to complete).
*You may need to do this for yourdomain.com and www.yourdomain.com
4. Sit back and relax
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
change measures wordpress widget?
By cca1690 in forum WordpressReplies: 1Last Post: 12th Jun 2012, 03:04 PM -
How to change width of wordpress theme
By torrfriend in forum Technical Help Desk SupportReplies: 3Last Post: 28th Oct 2011, 07:00 PM -
How Can I Change URL Links In Wordpress ??
By Damaxi in forum WordpressReplies: 7Last Post: 27th Aug 2011, 09:47 AM -
Wordpress Experts - Theme Change
By viruz99 in forum Webmaster DiscussionReplies: 2Last Post: 19th Aug 2011, 03:28 PM -
Wordpress Categories - Change in look
By kiddo in forum Webmaster DiscussionReplies: 7Last Post: 11th Jan 2011, 08:58 PM
themaLeecher - leech and manage...
Version 5.02 released. Open older version (or...