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

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

WBOY
Release: 2016-06-13 09:13:06
Original
1015 people have browsed it

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 即可连接到后台。

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

source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template