欢迎使用Zen Cart中文版 ...


Zen Cart™软件使用的是GNU通用公共许可协议,您可以免费使用、修改Zen Cart™软件。

虽然该软件是免费的,但是欢迎您每次下载新版本前捐款,以帮助我们继续软件开发、升级,和维护免费论坛。

捐款网址: Zen Cart™ 团队

感谢您的支持
Zen Cart China

Zen Cart™ 源自: Copyright 2003 osCommerce
该软件希望提供有用的功能,但[不做保证],也不保证[适用于特定用途]
该软件受限于GNU通用公共许可协议



该软件通过OSI开源软件认证。
OSI Certified是开源动力的认证标志。

Admin目录安全

What is this article about?

It is recommended for additional security that you rename your admin directory after installation. This way, it will be significantly harder for hackers to find your admin area or attempt any attack on breaking into it.

How to Rename the Admin Directory

Before making any changes, make sure to have a current backup of your files and your database.

1- Open your admin configuration file: admin/includes/configure.php

In this file, change all instances of /admin/ to your chosen name:

Change this section:

// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_ADMIN', '/admin/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/admin/');
define('DIR_WS_HTTPS_CATALOG', '/');

Change this section:

// * DIR_FS_* = Filesystem directories (local/physical)
//the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
define('DIR_FS_ADMIN', '/home/mystore.com/www/public/admin/');
define('DIR_FS_CATALOG', '/home/mystore.com/www/public/');

2- Rename your admin directory

Using your FTP software, find your Zen Cart™ /admin/ directory. Rename the directory to match the new name used in step 1 above when you edited your admin/includes/configure.php

Additional Information

For more information on site-security, see important_site_security_recommendations.html

For additional help and support issues, visit our FAQ's and our Support Forums on the web.
Zen Cart™ Website


Good Luck with the software and Enjoy the Zen Cart™ Experience!

Zen Cart 中文版 版权所有 2004 - 2010