RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !mods
RewriteCond %{REQUEST_URI} ^(.*)html$
RewriteRule ^(.*)\.html$ mods.php?string=$1
