6
435
Options +FollowSymLinks RewriteEngine on RewriteRule (.*)\.html$ http://www.site.com
ErrorDocument 404 /index.html ErrorDocument 403 /index.html ErrorDocument 401 /index.html ErrorDocument 500 /index.html
redirect accessed-file URL-to-go-to
RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} ^$ RewriteCond %{HTTP_HOST} ^domain.com$ RewriteRule ^$ http://domain.com/index.php [L,R=301]