Title: zoza's Replies | WordPress.org

---

# zoza

  [  ](https://wordpress.org/support/users/zoza/)

 *   [Profile](https://wordpress.org/support/users/zoza/)
 *   [Topics Started](https://wordpress.org/support/users/zoza/topics/)
 *   [Replies Created](https://wordpress.org/support/users/zoza/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/zoza/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/zoza/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/zoza/engagements/)
 *   [Favorites](https://wordpress.org/support/users/zoza/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [moving wordpress to another forlder on the same server](https://wordpress.org/support/topic/moving-wordpress-to-another-forlder-on-the-same-server-1/)
 *  Thread Starter [zoza](https://wordpress.org/support/users/zoza/)
 * (@zoza)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/moving-wordpress-to-another-forlder-on-the-same-server-1/#post-2436563)
 * Hi again,
    In the meantime I restored the URL to its previous state, using mysql
   prompt ([http://www.pantz.org/software/mysql/mysqlcommands.html](http://www.pantz.org/software/mysql/mysqlcommands.html))
   and instructions found here [http://www.coolestguyplanet.net/updating-wordpress-mysql-database-after-moving-to-a-new-url/](http://www.coolestguyplanet.net/updating-wordpress-mysql-database-after-moving-to-a-new-url/)
 * UPDATE wp_options SET option_value = replace(option_value, ‘[http://www.oldurl&#8217](http://www.oldurl&#8217);,‘
   [http://www.newurl&#8217](http://www.newurl&#8217);) WHERE option_name = ‘home’
   OR option_name = ‘siteurl’;
 * UPDATE wp_posts SET guid = replace(guid, ‘[http://www.oldurl&#8217](http://www.oldurl&#8217);,’
   [http://www.newurl&#8217](http://www.newurl&#8217););
 * UPDATE wp_posts SET post_content = replace(post_content, ‘[http://www.oldurl&#8217](http://www.oldurl&#8217);,‘
   [http://www.newurl&#8217](http://www.newurl&#8217););
 * UPDATE wp_postmeta SET meta_value = replace(meta_value,’[http://www.oldurl&#8217](http://www.oldurl&#8217);,’
   [http://www.newurl&#8217](http://www.newurl&#8217););
 * The old site it moved to a new folder now and I would appreciate advice on how
   to render it also visible (it is not a separate wordpress install, for now it
   is just a copy linked to the same database; i do have a backup of it)
    thank 
   you zoza

Viewing 1 replies (of 1 total)