Câu hỏi thường gặp >> Hướng dẫn htaccess (Lỗi ErrorDocument)
|
1. Trường hợp host Linux
ErrorDocument 404 /404.htm
2. Trường hợp host Window
RewriteCond %{REQUEST_FILENAME}!-f
RewriteCond %{REQUEST_FILENAME}!-d
RewriteRule ^(.*)$ /index.php?/$1