võ hoàng chiêu
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
Bài đăng Mới hơn
Bài đăng Cũ hơn
Trang chủ
Đăng ký:
Đăng Nhận xét (Atom)
Không có nhận xét nào:
Đăng nhận xét