Advertisement
Vienzz

.htaccess

Jun 27th, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. # BEGIN VienzzAkira
  2. <IfModule mod_rewrite.c>
  3. RewriteEngine On
  4. RewriteCond $1 !^(robots\.txt|favicon\.ico)
  5. RewriteCond %{REQUEST_FILENAME} !-f
  6. RewriteCond %{REQUEST_FILENAME} !-d
  7. RewriteRule ^(.*)$ index.php/$1 [L,QSA]
  8. </IfModule>
  9. # END VienzzAkira
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement