Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. RewriteEngine On
  2.  
  3.  
  4. RewriteCond %{REQUEST_FILENAME} !-d
  5. RewriteCond %{REQUEST_FILENAME} !-f
  6. RewriteCond %{REQUEST_FILENAME} !-l
  7.  
  8. RewriteRule ^([a-z_0-9]{1,15})/{0,1}$ index.php?cid=$1 [QSA,L]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement