1.忘记zencart后台密码:
打开zencart数据库,再打开 admin数据表,直接修改管理员密码,admin_name设置为 admin,admin_pass设置为 351683ea4e19efe34874b501fdbf9792:9b,然后用 admin / admin 登录
2.修改后台地址
打开文件 admin/includes/configure.PHP,将所有出现 /admin/ 的地方改成自己定义的名字,需要修改的地方有3处:
1 |
define( 'DIR_WS_ADMIN' , '/xxx.com/admin/' );
|
2 |
define( 'DIR_WS_HTTPS_ADMIN' , '/xxx.com/admin/' );
|
3 |
define( 'DIR_FS_ADMIN' , 'D:/Program Files/VertrigoServ/www/xxx.com/admin/' );
|
然后,找到Zen Cart的目录/admin/ 。将该目录名按照 admin/includes/configure.php 中的定义作相应修改。
3.网站301转向
在htAccess文件文件中增加
1 |
RewriteCond %{HTTP_HOST} ^ezencart.com [NC] |
2 |
RewriteRule ^(.*)$ http:
|
[/code]
4.zencart robots.txt写法
自家的瓜最甜,我认为最好的写法
6 |
Disallow: /shopping_cart.html |
7 |
Disallow: /popup_image_additional.html |
8 |
Disallow: /product_reviews_write.html |
9 |
Disallow: /tell_a_friend.html |
10 |
Disallow: /pages-popup_image.html? |
11 |
Disallow: /popup_image_additional.html? |
12 |
Disallow: /index.php?main_page |
13 |
Disallow: /*?language=en |
14 |
Disallow: /discount_coupon.html |
15 |
Disallow: /shippinginfo.html |
16 |
Disallow: /privacy.html |
17 |
Disallow: /conditions.html |
18 |
Disallow: /contact_us.html |
19 |
Disallow: /gv_faq.html |
22 |
Disallow: /checkout_shipping.html |
23 |
Disallow: /checkout_payment.html |
24 |
Disallow: /checkout_confirmation.html |