szymski

Untitled

Aug 30th, 2021
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Options +Indexes
  2. ErrorDocument 403 /403.html
  3.  
  4. RewriteEngine On
  5. RewriteBase /
  6. RewriteRule ^index.html$ - [L]
  7. RewriteCond %{REQUEST_FILENAME} !-f
  8. RewriteCond %{REQUEST_FILENAME} !-d
  9. RewriteRule . /index.html [L]
Advertisement
Add Comment
Please, Sign In to add comment