我在子文件夹中安装了 opencartweb8.us/shop/
并永久重定向到shop.web8.us
.
我的 .htaccess 文件:
RewriteEngine On
Options +FollowSymLinks
RewriteBase /
RewriteCond %{http_host} ^web8.us [nc]
RewriteRule ^(.*)$ http://www.web8.us/$1 [L,R=301]
#this is the magic line below here
RedirectMatch 301 ^/shop/(.*)$ http://shop.web8.us/$1
没有语言,一切都很好,但是当您尝试将语言从英语更改为西班牙语时,它仍然停留在英语上。有任何想法吗?