Advertisement
Guest User

Untitled

a guest
May 19th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <ifModule mod_rewrite.c>
  2. RewriteEngine On
  3. RewriteCond %{REQUEST_FILENAME} !\.(js|css|gif|jpg|jpeg|png|ico|swf|pdf|html|php|json|svg)$
  4. RewriteCond %{REQUEST_URI} !^index
  5. RewriteRule (.*) index.html [L]
  6. </ifModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement