Guest User

Untitled

a guest
Jan 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. RewriteEngine on
  2. RewriteBase /simple_blog/
  3.  
  4. RewriteRule \.(gif|jpg|png|css|ico|swf|js|inc\.php)$ - [L]
  5. RewriteRule ^admin/(\w+) admin.php?page=$1 [NC,L]
  6. RewriteRule ^(\w+)(|/)$ index.php?page=$1
  7. RewriteRule ^(\w+)/([\w-]+) index.php?page=$1&url=$2
Add Comment
Please, Sign In to add comment