Mặc định thì magento phiên bản > 1.9.1.1 đã fix lỗi này.
Kiểm tra admin magento
Kiểm tra admin magento
'System > Configuration > Web > 'Search Engine Optimisation' tab
select 'YES' underneath the 'Use Web Server Rewrites' option.
Kiểm tra xem thử cấu hình apache2
Kiểm tra file .htaccess có các dòng sau không
(phiên bản magento > 1.9.1.1 thì ko cần kiểm tra )
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule . index.php [L]
Kiểm tra xem thử cấu hình apache2
.....
Allow from all
Options Indexes FollowSymLinks MultiViews
AllowOverride All
.....
No comments:
Post a Comment