Advertisement
Guest User

Untitled

a guest
Dec 28th, 2010
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. RewriteEngine on
  2.  
  3. # exclude real directories and files
  4. RewriteCond %{REQUEST_URI} !-f
  5. RewriteCond %{REQUEST_URI} !-d
  6.  
  7. RewriteRule (.*)\.php index.php?page=$1&%{QUERY_STRING} [PT]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement