www.farmaciagimeno.com (ルート html パス、サブフォルダーなし) でホストされている opencart サイトがあります。私はすべてを試しましたが、うまくいきません。私の .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 (Internal Server Error) www.farmaciagimeno.com で確認できます。
何が問題になるか知っていますか?
ありがとう