Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Options +Indexes
- ErrorDocument 403 /403.html
- RewriteEngine On
- RewriteBase /
- RewriteRule ^index.html$ - [L]
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteCond %{REQUEST_FILENAME} !-d
- RewriteRule . /index.html [L]
Advertisement
Add Comment
Please, Sign In to add comment