我的opencart商店需要一个模块,但该模块需要vqMod。
安装vqMod并安装此模块后,我的管理员网站无法访问,第一次发生这种情况。
我已经检查了.htaccess,这似乎没问题。
Options +FollowSymlinks
Options -Indexes
<FilesMatch "(?i)((\.tpl|\.ini|\.log|(?<!robots)\.txt))">
Order deny,allow
Deny from all
</FilesMatch>
RewriteEngine On
RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteRule ^system/download/(.*) /index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
答案 0 :(得分:0)
Vqmod不会导致此类问题。
尝试重命名/ vqmod / xml文件夹,如果有效,则通过逐个禁用/ xml中的所有文件来识别/ vqmod / xml中的哪个文件。
很可能它应该是你的第三方模块文件,它通过vqmod进行一些混乱的操作。