ECshop设置301最快捷最简单的方法
摘要:
ECshop设置301最快捷最简单的方法在 init.php中加入以下代码if (strtolower($_SERVER['SERVER_NAME'])!='www.fz1688.com'){$URIRedirect=$_SERVER['REQUEST_URI'];if(strtolower($URIRedirect)=="/index.php"){ $URIRedirect="/";}header('HTTP/1.1 301 Moved Permanently');header(' 阅读全文
posted @ 2013-10-19 09:20 ECshop商城二次开发博客 阅读(1880) 评论(0) 推荐(0) 编辑