Guest User

Untitled

a guest
Oct 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. <IfModule mod_rewrite.c>
  2. RewriteEngine On
  3. RewriteRule ^([^/]+)/$ /index.php?page=$1 [L]
  4. </IfModule>
Add Comment
Please, Sign In to add comment