Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteBase /
  3. RewriteRule ^index\.html$ - [L]
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteCond %{REQUEST_FILENAME} !-d
  6. RewriteCond %{REQUEST_FILENAME} !-l
  7. RewriteRule . /index.html [L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement