Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter scarar

    (@scarar)

    Tried even using MySQL quaries:

    UPDATE wp_options SET option_value = replace(option_value, ‘oldurl’, ‘newurl’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;

    UPDATE wp_posts SET post_content = replace(post_content, ‘oldurl’, ‘newurl’);

    UPDATE wp_posts SET guid = replace(guid, ‘oldurl’, ‘newurl’);

    UPDATE wp_comments SET comment_author_url = replace( comment_author_url, ‘oldurl’, ‘newurl’ ) ;

    UPDATE wp_comments SET comment_content = replace( comment_content, ‘oldurl’, ‘newurl’ ) ;

    UPDATE wp_posts SET pinged = replace( pinged, ‘oldurl’, ‘newurl’ );

    I’m getting errors from file not found to errors trying to read the database. I’m trying to see if Desktop Web Server for WordPress will help me do the job to move the entire WordPress Install/Site/Database. Because they only working for the site and not the Admin and wp-admin site which is what I need. But keep getting errors. Not sure if installing another WordPress Install on the /public_html/ Cybria.net domain directory then replace it with the old files and find a way to edit the domains or directories to re-direct them to the new domain and directory and to import the old database into the new database but in different name. So I can use the beta.cybria.net domain/dir. as testing site and use cybria.net as main site. Not sure if anyone tried it this way before and get it to work. Like having two WordPress Installs/Sites/Database. This has been difficult and confusing. I hope someone can make a free plug-in or script to automatically do it very easily and quickly; even exporting/importing the database.

    Thread Starter scarar

    (@scarar)

    Do you know if it will be able to just move it to another domain? I’m having trouble moving it, or a plug-in you would use for this?

Viewing 2 replies - 1 through 2 (of 2 total)