Chào các bác tình hình là em mới chuyển sever sau đó cài lại Wp bình thường hết đột nhiên bị lỗi về permalink http://example.com/index.php/yyyy/mm/dd/post-name/ Em đã tìm nhiều cách nhưng vẫn chưa sửa được đây là file .htaccess# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressBác nào vào từng bị rồi thì giúp e cái THank rất nhiều nhé !