首页建站经验 ecshop在子目录空间下伪静态失效下的规则

ecshop在子目录空间下伪静态失效下的规则

ecshop在主目录网站根目录下使用.htaccess规则可用,但是若是godaddy等主机的子目录下使用默认的规则,网站伪静态直接失效,A5源码针对该问题,对子目录下规则进行了修正,代码如下:or…

ecshop在主目录网站根目录下使用.htaccess规则可用,但是若是godaddy等主机的子目录下使用默认的规则,网站伪静态直接失效,A5源码针对该问题,对子目录下规则进行了修正,代码如下:

order deny,allow

deny from all

RewriteEngine On

RewriteBase /

# direct one-word access

RewriteRule ^index/.html$ index/.php [L]

RewriteRule ^category$ index/.php [L]

# access any object by its numeric identifier

RewriteRule ^feed-c([0-9]+)/.xml$ feed/.php/?cat=$1 [L]

RewriteRule ^feed-b([0-9]+)/.xml$ feed/.php/?brand=$1 [L]

RewriteRule ^feed-type([^-]+)/.xml$ feed/.php/?type=$1 [L]

RewriteRule ^feed/.xml$ feed/.php [L]

RewriteRule ^category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)/.html$ category/.php/?id=$1&brand=$2&price_min=$3&price_max=$4&filter_attr=$5&page=$6&sort=$7&order=$8 [QSA,L]

RewriteRule ^category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)(.*)/.html$ category/.php/?id=$1&brand=$2&price_min=$3&price_max=$4&filter_attr=$5 [QSA,L]

RewriteRule ^category-([0-9]+)-b([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)/.html$ category/.php/?id=$1&brand=$2&page=$3&sort=$4&order=$5 [QSA,L]

RewriteRule ^category-([0-9]+)-b([0-9]+)-([0-9]+)(.*)/.html$ category/.php/?id=$1&brand=$2&page=$3 [QSA,L]

RewriteRule ^category-([0-9]+)-b([0-9]+)(.*)/.html$ category/.php/?id=$1&brand=$2 [QSA,L]

RewriteRule ^category-([0-9]+)(.*)/.html$ category/.php/?id=$1 [QSA,L]

RewriteRule ^goods-([0-9]+)(.*)/.html$ goods/.php/?id=$1 [QSA,L]

RewriteRule ^article_cat-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)/.html$ article_cat/.php/?id=$1&page=$2&sort=$3&order=$4 [QSA,L]

RewriteRule ^article_cat-([0-9]+)-([0-9]+)(.*)/.html$ article_cat/.php/?id=$1&page=$2 [QSA,L]

RewriteRule ^article_cat-([0-9]+)(.*)/.html$ article_cat/.php/?id=$1 [QSA,L]

RewriteRule ^article-([0-9]+)(.*)/.html$ article/.php/?id=$1 [QSA,L]

RewriteRule ^brand-([0-9]+)-c([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)/.html brand/.php/?id=$1&cat=$2&page=$3&sort=$4&order=$5 [QSA,L]

RewriteRule ^brand-([0-9]+)-c([0-9]+)-([0-9]+)(.*)/.html brand/.php/?id=$1&cat=$2&page=$3 [QSA,L]

RewriteRule ^brand-([0-9]+)-c([0-9]+)(.*)/.html brand/.php/?id=$1&cat=$2 [QSA,L]

RewriteRule ^brand-([0-9]+)(.*)/.html brand/.php/?id=$1 [QSA,L]

RewriteRule ^tag-(.*)/.html search/.php/?keywords=$1 [QSA,L]

RewriteRule ^snatch-([0-9]+)/.html$ snatch/.php/?id=$1 [QSA,L]

RewriteRule ^group_buy-([0-9]+)/.html$ group_buy/.php/?act=view&id=$1 [QSA,L]

RewriteRule ^auction-([0-9]+)/.html$ auction/.php/?act=view&id=$1 [QSA,L]

RewriteRule ^exchange-id([0-9]+)(.*)/.html$ exchange/.php/?id=$1&act=view [QSA,L]

RewriteRule ^exchange-([0-9]+)-min([0-9]+)-max([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)/.html$ exchange/.php/?cat_id=$1&integral_min=$2&integral_max=$3&page=$4&sort=$5&order=$6 [QSA,L]

RewriteRule ^exchange-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)/.html$ exchange/.php/?cat_id=$1&page=$2&sort=$3&order=$4 [QSA,L]

RewriteRule ^exchange-([0-9]+)-([0-9]+)(.*)/.html$ exchange/.php/?cat_id=$1&page=$2 [QSA,L]

RewriteRule ^exchange-([0-9]+)(.*)/.html$ exchange/.php/?cat_id=$1 [QSA,L]

直接复制以上代码保存为.htaccess 放到子目录下就可用。

希望本文所述对大家有所帮忙

本文来自网络,不代表1号站长-站长学院|资讯交流平台立场。转载请注明出处: https://www.1cn.cc/jianzhan/jingyan/18719.html
上一篇wordpress分类页面的meta描述和关键词的修改方法
下一篇 修改ecshop,实现不间断滚动的发货通知
admin

作者: admin

这里可以再内容模板定义一些文字和说明,也可以调用对应作者的简介!或者做一些网站的描述之类的文字或者HTML!

为您推荐

评论列表()

    联系我们

    联系我们

    0898-88888888

    在线咨询: QQ交谈

    邮箱: email@wangzhan.com

    工作时间:周一至周五,9:00-17:30,节假日休息

    关注微信
    微信扫一扫关注我们

    微信扫一扫关注我们

    关注微博
    返回顶部