如何修改magento后台路径 第一步,我们先去后台禁用magento的缓存,省的缓存影响我们后台地址的修改。第二步,我们来修改一个magento的配置文件文件路径为:网站根目录\app\etc\local.xml在此文件中修改如下图中箭头所指的代码 修改magento后台地址代码此处的 [CDATA[ ]] 中的英文字母为当前的后台地址,修改为你想要的,比如修改为[CDATA[wodehoutai ]],那么后台地址就变为了 www……/wodehoutai。这样就可以用www……./wodehoutai登录后台了,如若magento报错,请删除根目录下var文件中的缓存文件夹cache与session文件。
System - Configuration - Advanced - Admin - Use custom admin URL 设为YES
Custom admin URL 填入要改的后台路径,比如newadmin
另外修改:/app/etc/local.xml文件
找到<frontName><![CDATA[admin]]></frontName>,将admin改为newadmin
清空var/cache 和 var/session,OK。
出现问题报错的话检查以下:
select * from core_config_data where path=’admin/url/custom’; – should be //www.zuimoban.com/newadminpath
select * from core_config_data where path=’admin/url/use_custom’; – should be: 0
select * from core_config_data where path=’web/secure/base_url’
select * from core_config_data where path=’web/unsecure/base_url’; – should be: //www.zuimoban.com (责任编辑:最模板) |