我在 www.farmaciagimeno.com 下托管了一个 opencart 站点(在根 html 路径中,没有子文件夹)。我已经尝试了一切,但它就是行不通。我的 .htaccess 文件如下所示:
Options +FollowSymlinks
# Prevent Directoy listing
Options -Indexes
# Prevent Direct Access to files
<FilesMatch "\.tpl">
Order deny,allow
Deny from all
</FilesMatch>
#<FilesMatch "\.ini">
#Order deny,allow
#Deny from all
#</files>
# SEO URL Settings
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]
RewriteRule ^(.*) index.php [L,QSA]
该页面给了我以下错误: HTTP 500(内部服务器错误) 好吧,您可以在 www.farmaciagimeno.com 上自己查看
你知道可能是什么问题吗?
谢谢