ultimate seo urls for zen cart-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 331512
  • 博文数量: 68
  • 博客积分: 405
  • 博客等级: 一等列兵
  • 技术积分: 1288
  • 用 户 组: 普通用户
  • 注册时间: 2013-01-09 15:39
个人简介

本人从事 linux nginx mysql php 开发多年,联系v:luhuang2003 ,希望接触到更新的web开发软件,开此博客希望能把自己的经验和接触的东西与大家进行共享。

文章分类

全部博文(68)

文章存档

2024年(1)

2013年(67)

我的朋友
相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: php

2013-05-18 17:04:41

zen cart是开源、免费的商城系统,用于建立专业的网上商店。zen cart 支持多语言、多货币、搜索引擎优化、批量更新,是最安全的网店系统之一。

zen cart 伪静态模块 ultimate seo urls 简称 usu模块
下载完后 把代码传到你网站上
首先确认你的网站支持 rewrite 功能, 详细请查看 解压后的 安装说明.

手动修改:
第一步 打开 includes/functions/html_output.php 文件

查找
function zen_href_link($page = ”, $parameters = ”, $connection = ‘nonssl’, $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {

替换为
function zen_href_link($page = ”, $parameters = ”, $connection = ‘nonssl’, $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {

/* quick and dirty way to disable redirects on pages when seo_urls_only_in is enabled imaginadw.com */
$sefu = explode(“,”, preg_replace( ‘/ /’, ”, seo_urls_only_in ));
if((seo_urls_only_in!=”") && !in_array($page,$sefu)) {
return original_zen_href_link($page, $parameters, $connection, $add_session_id, $search_engine_safe, $static, $use_dir_ws_catalog);
}

if (!isset($globals['seo_urls']) && !is_object($globals['seo_urls'])) {
include_once(dir_ws_classes . ‘seo.url.php’);

$globals['seo_urls'] = &new seo_;
}

return $globals['seo_urls']->href_link($page, $parameters, $connection, $add_session_id, $static, $use_dir_ws_catalog);
}

function original_zen_href_link($page = ”, $parameters = ”, $connection = ‘nonssl’, $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {

阅读(1376) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图