【发布时间】:2014-02-18 15:53:59
【问题描述】:
我在一个 Magento 中安装了多个网站,对于一个网站,我有一个完整视图商店 (www.example.com) 和移动视图商店 (www.example.com/mobile)。我已经从完整商店中删除了 index.php,但不知何故,它无法从移动商店中删除,我仔细检查了,(1)使用 Web 服务器重写设置为是(2)在前端使用安全 URL 为是( 3) .htacess Rewrite Engine on 和 RewriteBase/。我多次清除了 Magento 缓存,甚至重新编制了索引。为什么index.php还在?
这是 .htacess 文件的一部分。
## enable rewrites
Options +FollowSymLinks
RewriteEngine on
############################################
## you can put here your magento root folder
## path relative to web root
RewriteBase /
【问题讨论】:
标签: magento