Advertisement
Gusman

Untitled

Jan 12th, 2020
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <IfModule mod_rewrite.c>
  2. RewriteEngine on
  3. RewriteCond %{REQUEST_FILENAME} !-d
  4. RewriteCond %{REQUEST_FILENAME}.html -f
  5. RewriteRule ^(.*)$ $1.html
  6. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement