Advertisement
Guest User

Untitled

a guest
May 25th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. DirectoryIndex index.php
  2. RewriteEngine on
  3.  
  4. RewriteCond $1 !^(index\.php|(.*)\.swf|forums|images|css|downloads|jquery|js|robots\.txt|favicon\.ico)
  5. RewriteCond %{REQUEST_FILENAME} !-f
  6. RewriteCond %{REQUEST_FILENAME} !-d
  7. RewriteRule ^(.*)$ ./index.php?$1 [L,QSA]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement