Title: Moving WordPress: Post URLs
Last modified: August 30, 2016

---

# Moving WordPress: Post URLs

 *  Resolved [ClintN](https://wordpress.org/support/users/clintn/)
 * (@clintn)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/moving-wordpress-post-urls/)
 * Hello,
 * Currently on [http://male-mode.com/](http://male-mode.com/) all the posts rewrite
   to [http://50.116.73.248/~malemode/](http://50.116.73.248/~malemode/)
 * I moved from a Hosted WordPress.com solution to Hostgator by closely following
   [https://codex.wordpress.org/Moving_WordPress](https://codex.wordpress.org/Moving_WordPress)
 * In order to test before the switch, I temporarily changed “siteurl” and “home”
   in the database table “wp_options” (through phpMyAdmin) and disabled permalinks.
 * After switching DNS, I then updated the rows tables “siteurl” and “home” in DB“
   wp_options” and made a new wp-config.php.
 * The site rewrites well on WP-Admin but all posts still have [http://50.116.73.248/~malemode/](http://50.116.73.248/~malemode/)

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

 *  [HostPuma](https://wordpress.org/support/users/hostpuma/)
 * (@hostpuma)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/moving-wordpress-post-urls/#post-6219611)
 * Try adding this to your wp-config.php:
 *     ```
       define('WP_HOME','http://male-mode.com/');
       define('WP_SITEURL','http://male-mode.com/');
       ```
   
 *  Thread Starter [ClintN](https://wordpress.org/support/users/clintn/)
 * (@clintn)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/moving-wordpress-post-urls/#post-6219619)
 * Hey that was brilliant HostPuma

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

The topic ‘Moving WordPress: Post URLs’ is closed to new replies.

## Tags

 * [database](https://wordpress.org/support/topic-tag/database/)
 * [home](https://wordpress.org/support/topic-tag/home/)
 * [moving](https://wordpress.org/support/topic-tag/moving/)
 * [phpmyadmin](https://wordpress.org/support/topic-tag/phpmyadmin/)
 * [siteurl](https://wordpress.org/support/topic-tag/siteurl/)
 * [wp-config.php](https://wordpress.org/support/topic-tag/wp-config-php/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [ClintN](https://wordpress.org/support/users/clintn/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/moving-wordpress-post-urls/#post-6219619)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
