无法在opencart中安装magic zoom plus

时间:2018-05-04 09:43:18

标签: php opencart

我正在尝试安装magic zoom plus但是当我尝试点击网址http://example.com/magiczoomplus时,会自动重定向到主域名,如http://example.com/我的.htaccess文件正在关注。

# Prevent Direct Access to files
<FilesMatch "(?i)((\.tpl|.twig|\.ini|\.log|(?<!robots)\.txt))">
 Require all denied
## For apache 2.2 and older, replace "Require all denied" with these two lines :
# Order deny,allow
# Deny from all
</FilesMatch>
# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/
#RewriteBase /opencart/
RewriteRule ^(image|catalog|view|javascript|jquery|admin|user)($|/) - [L]
RewriteRule ^([^/]*)/(.*)$ /$2 [R=301,L]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://example.com/$1 [R=301,L]
RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L]
RewriteRule ^system/storage/(.*) 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]

1 个答案:

答案 0 :(得分:0)

您可以通过暂时重命名.htaccess.txt

来禁用htaccess,直到安装完成