Guest User

Untitled

a guest
Feb 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. RewriteEngine On <br />
  2. RewriteBase /<br />
  3. RewriteRule ^index\.html$ index.php?page=/<br />
  4. RewriteRule ^([a-zA-Z0-9-]*\.html)$ index.php?page=$1 [L,QSA]
Add Comment
Please, Sign In to add comment