Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Options +MultiViews
  2. RewriteEngine On
  3. RewriteCond %{REQUEST_FILENAME} !-d
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteRule ^([^\.]+)$ $1.html [NC,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement