problems rewriting URL

0 replies
  • SEO
  • |
Hi

I want to rewrite a wordpress site to a site with static pages. The wp site has pages with url like http://www.mysite.com/this_is_a_page/

I don't know how to convert the .html pages into the above url

I know this has somehting to do with .htaccess, but don't know what to modify etc.

This is the .htaccess file from the wp installation:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

any suggestions?
#problems #rewriting #url

Trending Topics