Guest User

Untitled

a guest
Feb 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteCond %{REQUEST_FILENAME} !-d
  3. RewriteCond %{REQUEST_FILENAME} !-t
  4. RewriteCond %{REQUEST_FILENAME} !-l
  5. RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]
Add Comment
Please, Sign In to add comment