Title: Error in moving wordpress
Last modified: August 20, 2016

---

# Error in moving wordpress

 *  [superciccio14](https://wordpress.org/support/users/superciccio14/)
 * (@superciccio14)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/error-in-moving-wordpress/)
 * I need to move my WP installation from
 * **[http://science4fun.org/test](http://science4fun.org/test)**
 * to
 * **[http://science4fun.org/it](http://science4fun.org/it)**
 * on the same hosting.
 * – I copied folder **test **into folder **it**
    – I performed a back-up of the
   old db – I used [ Search and Replace for WordPress Databases Script](http://interconnectit.com/124/search-and-replace-for-wordpress-databases/)
   as written in moving wordpress tutorial, to replace [http://science4fun.org/test](http://science4fun.org/test)
   with [http://science4fun.org/it](http://science4fun.org/it)
 * But now I found a problem. If I press on a link to a page on [http://science4fun.org/it](http://science4fun.org/it)(
   i.e. “chi siamo”) the page openend is the right page but of the wrong url ([http://science4fun.org/test](http://science4fun.org/test)).
 * The same problem occurs for article permalinks.
 * How can I do to fix the migration.
 * Thanks for the help.

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

 *  Thread Starter [superciccio14](https://wordpress.org/support/users/superciccio14/)
 * (@superciccio14)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/error-in-moving-wordpress/#post-3100741)
 * PS: obviously I restored old db into the new one.
 *  [Phil](https://wordpress.org/support/users/owendevelopment/)
 * (@owendevelopment)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/error-in-moving-wordpress/#post-3100742)
 * Check that site_name and Site_url in database table ‘WP-Options’ are the updated
   folder.
 *  [pwhstacy](https://wordpress.org/support/users/pwhstacy/)
 * (@pwhstacy)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/error-in-moving-wordpress/#post-3100744)
 * Hello,
 * Please confirm that you have changed wp-option path
 *  Thread Starter [superciccio14](https://wordpress.org/support/users/superciccio14/)
 * (@superciccio14)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/error-in-moving-wordpress/#post-3100750)
 * Follow Up
 * I reconfigure .htaccess changing “**test**” in “**it**”
 * Now It works! : )
 *  Thread Starter [superciccio14](https://wordpress.org/support/users/superciccio14/)
 * (@superciccio14)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/error-in-moving-wordpress/#post-3100751)
 * Hi, pwhstacy. Yes I changed!
 * Now my .htaccess is
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /it/
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /it/index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 * **Now is the migration complete?**

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

The topic ‘Error in moving wordpress’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [superciccio14](https://wordpress.org/support/users/superciccio14/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/error-in-moving-wordpress/#post-3100751)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
