How to modify the background access address in ecshop 2.72_PHP tutorial

WBOY
Release: 2016-07-13 10:04:54
Original
915 people have browsed it

How to modify the background access address in ecshop 2.72

This article mainly introduces how to modify the background access address in ecshop 2.72. Friends who need it can refer to it

It is very convenient to modify the background login address after version 2.72. The steps are as follows:

1. Change the name of the admin folder to one that others cannot guess, such as ecshop

2. Open the data/config.php file

Find:

The code is as follows:


define('ADMIN_PATH','admin');

Modified to (change admin to ecshop):

The code is as follows:


define('ADMIN_PATH','ecshop');

3. Visit the domain name/ecshop to connect to the backend.

Isn’t it very simple? I hope you guys like it

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/964004.htmlTechArticleHow to modify the background access address in ecshop 2.72 This article mainly introduces how to modify the background access address in ecshop 2.72. It is required Friends can refer to version 2.72 and modify the background login...
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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!