Title: Migrating site to WordPress
Last modified: August 19, 2016

---

# Migrating site to WordPress

 *  [SpotOn SEO](https://wordpress.org/support/users/spoton-seo/)
 * (@spoton-seo)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/migrating-site-to-wordpress/)
 * I am migrating a site and some of the pages are named mysite.com/financial_terms.
   htm is there a way to keep these page names in tact? I believe WP only likes 
   to use hyphens between words.

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

 *  [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * (@stvwlf)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/migrating-site-to-wordpress/#post-1192065)
 * Hi
 * You can set up Apache redirects to do a 301 redirect translation from mysite.
   com/financial_terms.htm to what the WordPress permalink would normally be, mysite.
   com/financial-terms/
 * this to use Apache mod rewrite in the .htaccess file – Google for details
 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/migrating-site-to-wordpress/#post-1192076)
 * This is the format for a 301 redirect in .htaccess; one space between the old
   and new URLs:
 *     ```
       Redirect 301 mysite.com/financial_terms.htm  http://mysite.com/financial-terms/
       ```
   
 * Put redirects before any mod rewrite block that WP uses for permalinks.

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

The topic ‘Migrating site to WordPress’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * Last activity: [16 years, 10 months ago](https://wordpress.org/support/topic/migrating-site-to-wordpress/#post-1192076)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
