Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Options +FollowSymlinks
  2. RewriteEngine on
  3. RewriteBase /
  4. RewriteCond %{REQUEST_FILENAME} !-d
  5. RewriteCond %{REQUEST_FILENAME} !-f
  6.  
  7. RewriteRule ^question/([A-Za-z0-9-]+)/?$ question.php?ques=$1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement