RewriteEngine On RewriteRule ^(.*)-htm-(.*)$ $1.php?$2 RewriteRule ^(.*)simple/([t|f].+).html$ /simple/index.php?$2.html
[ISAPI_Rewrite] # Defend your computer from some worm attacks RewriteRule .*(?:global.asa|default.ida|root.exe|..).* . [F,I,O] RewriteRule ^(.*)-htm-(.*)$ $1.php?$2 RewriteRule ^(.*)/simple/([a-z0-9_]+.html)$ $1/simple/index.php?$2 #Code By Josh @ PHPWind 2008-10-08 ?([a-zA-Z]+)
RewriteRule ^(.*)-htm-(.*)$ $1.php?$2
RewriteRule ^(.*)-htm-(.*)$ $1/.php?/$2