Guest User

Untitled

a guest
Jul 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. RewriteEngine On
  2. RewriteCond %{REQUEST_URI} !(css.php|gif|jpe?g|png|css|js|json|xml|ico)$
  3. RewriteRule ^(.*)(/)?$ index.php?where=$1 [QSA,L]
  4.  
  5. RewriteEngine On
  6. RewriteCond %{REQUEST_URI} !.(css.php|gif|jpe?g|png|css|js|json|xml|ico)$
  7. RewriteRule ^(.*)/?$ index.php?where=$1 [QSA,L]
Add Comment
Please, Sign In to add comment