Magento从URL中删除index.php

Magento从URL中删除index.php,magento,Magento,我在一个Magento中安装了多个网站,对于一个网站,我有一个全视图商店(www.example.com)和移动视图商店(www.example.com/mobile)。我已经从full store中删除了index.php,但由于某种原因,它无法从mobile store中删除,我仔细检查,(1)使用Web服务器重写设置为yes(2)在前端使用安全Url设置为yes(3)。htacess Rewrite Engine on and RewriteBase/。我清除了Magento缓存好几次,甚

我在一个Magento中安装了多个网站,对于一个网站,我有一个全视图商店(www.example.com)和移动视图商店(www.example.com/mobile)。我已经从full store中删除了index.php,但由于某种原因,它无法从mobile store中删除,我仔细检查,(1)使用Web服务器重写设置为yes(2)在前端使用安全Url设置为yes(3)。htacess Rewrite Engine on and 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 / 

从url中删除index.php的步骤很少

Step1:Admin>System > configuration>General>WEb>Search Engine optimization 
使用Web服务器重写启用是
还可以启用apache的mod_write

按照以下步骤从Magento中的URL中删除index.php

Step 1:
* Goto to your site root folder and you can find the htaccess file there.Open it on text editor and find the line #Rewrite Base/magento.
* Just replace it with Rewrite Base/

Step 2:
* Then goto your admin panel and enable the Rewrites(set yes for Use Web Server Rewrites).
* You can find it at System->Configuration->Web->Search Engine Optimization.

Step 3:
* Then goto Cache management page (system cache management ) and refresh your cache and refresh to check the site.

试试我在这篇博文中写的步骤:


谢谢你的回复,我做了所有这些,但没有工作。如何启用apache的mod write?我应该联系网络主机吗?从var中删除缓存文件夹。然后从后端转到系统->缓存管理刷新缓存。我的解决方案应该可以工作,我已经用了很多次。从Magento中清除了缓存和刷新的缓存,仍然不工作。。。。它是如此连接..查看代码可能重复