Home >php教程 >php手册 >ecshop 2.72如何修改后台访问地址

ecshop 2.72如何修改后台访问地址

WBOY
WBOYOriginal
2016-06-13 09:13:061016browse

ecshop 2.72如何修改后台访问地址

 这篇文章主要介绍了ecshop 2.72如何修改后台访问地址的方法,需要的朋友可以参考下

 

 

2.72版本之后修改后台登录地址非常方便,步骤如下:

1、修改 admin 文件夹名称为别人猜不到的,例如 ecshop

2、打开data/config.php文件

查找:

 

代码如下:


define('ADMIN_PATH','admin');

 

修改为(把其中的 admin 修改为 ecshop ):

 

代码如下:


define('ADMIN_PATH','ecshop');

 

3、这样访问 域名/ecshop 即可连接到后台。

是不是很简单呢,希望小伙伴们能够喜欢

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn