chào mọi người, hiện tại mình đang làm 1 website: abc.com và forum: abc.com/forum/index.php.
Khi mình chuyển sang chế độ url friendly thì mất index.php, nhưng các link của forums, thread list...đều bị lỗi 404, mình tìm hiểu thì sửa trong file htaccess nhưng vẫn không có tác dụng. Mọi người giúp mình vấn đền này nhé. Thanks!
Đây là file htaccess bên mình:
Khi mình chuyển sang chế độ url friendly thì mất index.php, nhưng các link của forums, thread list...đều bị lỗi 404, mình tìm hiểu thì sửa trong file htaccess nhưng vẫn không có tác dụng. Mọi người giúp mình vấn đền này nhé. Thanks!
Đây là file htaccess bên mình:
Mã:
# Mod_security can interfere with uploading of content such as attachments. If you
# cannot attach files, remove the "#" from the lines below.
#<IfModule mod_security.c>
# SecFilterEngine Off
# SecFilterScanPOST Off
#</IfModule>
ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 500 default
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule t([\d]+)-([\d]+)/ /threads/$1?page=$2 [L,R=301]
RewriteRule t([\d]+)/ /threads/$1 [L,R=301]
RewriteRule f([\d]+)-([\d]+)/ /forums/$1?page=$2 [L,R=301]
RewriteRule f([\d]+)/ /forums/$1 [L,R=301]
# If you are having problems with the rewrite rules, remove the "#" from the
# line that begins "RewriteBase" below. You will also have to change the path
# of the rewrite to reflect the path to your XenForo installation.
#RewriteBase /xenforo
# This line may be needed to enable WebDAV editing with PHP as a CGI.
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
</IfModule>
Bài viết liên quan
Lỗi khi nâng cấp
bởi Hinh Chu,
Bài viết mới