Advertisement
Guest User

Rewrite Rule

a guest
Nov 16th, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Options +FollowSymlinks
  2. RewriteEngine On
  3. RewriteCond %{REQUEST_FILENAME} !-f
  4. RewriteCond %{REQUEST_FILENAME} !-d
  5. RewriteCond %{REQUEST_FILENAME} !-l
  6. RewriteCond %{REQUEST_URI} (.*)
  7. RewriteRule ^(.*)$ /index.php?p=$1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement