rewriting simple html files for SEO friendly URLS
问题 I have a simple file mydomain.com/business_nottingham.html and i want to re-write that to an SEO friendly URL, eg mydomain.com/business-nottingham/ I've googled all the examples but they seem to be designed for either CMSes or PHP scripts. Is there a simple .htaccess re-write example available that allows me to do something very simple as above? Edit: I managed to find the following code finally Options +FollowSymlinks RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST