Thứ Năm, 23 tháng 10, 2014

map all request to index.php except static file .htaccess

RewriteEngine on
RewriteBase /
Options -Indexes #not allow list files
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 ^static($|/)
RewriteRule ^(.*)$ index.php/$1 [L]

Không có nhận xét nào:

Đăng nhận xét