Advertisement
AndreyKlipikov

Yii .htaccess

Dec 31st, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. AddDefaultCharset UTF-8
  2. RewriteEngine on
  3.  
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteCond %{REQUEST_FILENAME} !-d
  6. RewriteCond $1 !^(index\.php)
  7.  
  8. RewriteRule ^(.+)$ index.php?$1 [PT,L,QSA]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement