[提问]
IXWebhosting安装shopnc伪静态.htaccess急!!求助!!
|
|
# 将 RewriteEngine 模式打开
RewriteEngine On
# 修改以下语句中的 /shopnc 为你的商城目录地址,如果程序放在根目录中,请将 /shopnc 修改为 /
RewriteBase /shopnc
# Rewrite 系统规则请勿修改
RewriteRule ^goods-([0-9]+).html$ index.php?act=goods&goods_id=$1
RewriteRule ^groupbuy-([0-9]+).html$ index.php?act=groupbuy&group_id=$1
RewriteRule ^article-([0-9]+).html$ index.php?act=article&article_id=$1
RewriteRule ^goods_class_nav-([0-9]+).html$ index.php?act=goods_class&nav_id=$1
RewriteRule ^goods_class_brand-([0-9]+).html$ index.php?act=goods_class&brand=$1
RewriteRule ^goods_class-([0-9]+).html$ index.php?act=goods_class&cate_id=$1
RewriteRule ^store-([0-9]+).html$ index.php?act=show_store&id=$1
RewriteRule ^goods_class_nav_cate-([0-9]+)-([0-9]+).html$ index.php?act=goods_class&nav_id=$1&cate_id=$2
RewriteRule ^activity-([0-9]+)-([0-9]*).html$ index.php?act=activity&activity_id=$1&nav_id=$2
RewriteRule ^goods_class.html$ index.php?act=goods_class
RewriteRule ^article_ac-([0-9]+)-([0-9]*).html$ index.php?act=article&ac_id=$1&nav_id=$2
RewriteRule ^store_class-([0-9]+).html$ index.php?act=store_class&cate_id=$1
RewriteRule ^store_credit_eval-([0-9]+)-([0-9]+).html$ index.php?act=show_store&op=credit&id=$1&eval=$2
RewriteRule ^goods_info-([0-9]+).html$ index.php?act=goods&goods_id=$1
RewriteRule ^goods_type_info-([a-zA-Z]+)-([0-9]+).html$ index.php?act=goods&goods_id=$2&type=$1
RewriteRule ^store_page_state-([a-zA-Z]+)-([a-zA-Z]+)-([0-9]+).html$ index.php?act=show_store&page=$1&state=$2&id=$3
RewriteRule ^store_stc-([a-zA-Z]+)-([0-9]+).html$ index.php?act=show_store&id=$2&stc=$1
RewriteRule ^store_stci-([0-9]+)-([0-9]+).html$ index.php?act=show_store&id=$1&stc_id=$2
RewriteRule ^store_credit-([0-9]+).html$ index.php?act=show_store&op=credit&id=$1
RewriteRule ^store_nav-([0-9]+)-([0-9]+).html$ index.php?act=show_store&id=$1&article=$2
RewriteRule ^document-([a-zA-Z_]+).html$ index.php?act=document&code=$1 |
|
|
|
|
|
|
|
|
|
|
微微百科
发表于 2011-5-9 09:23:27
|
显示全部楼层
你有什么问题吗? |
|
|
|
|
|
|
|
|
|
|
djktv
发表于 2011-5-9 16:49:52
|
显示全部楼层
我给你发张图,大家帮帮忙!!!

求高手们帮帮忙啊!!!!!! |
|
|
|
|
|
|
|
|
|
|
微微百科
发表于 2011-5-9 17:06:18
|
显示全部楼层
|
|
|
|
|
|
|
|
|
|
djktv
发表于 2011-5-9 17:09:12
|
显示全部楼层
就是
|
到底怎么样修改.htaceess 的规则啊?大家帮帮忙,我在后台设置了伪静态,一按“用户团购” 或者 “信用团购” 就不能访问了 |
|
|
|
|
|
|
|
|
|
|
微微百科
发表于 2011-5-9 17:11:35
|
显示全部楼层
回复 5# 的帖子
看了你这个规则,应该是系统自带的规则吧!
一般系统自带的规则是不需要修改的。 |
|
|
|
|
|
|
|
|
|
|
djktv
发表于 2011-5-9 18:35:06
|
显示全部楼层
|
|
|
|
|
|
|
|
|
|
微微百科
发表于 2011-5-9 19:46:31
|
显示全部楼层
看不到图。 |
|
|
|
|
|
|
|
|
|
|
djktv
发表于 2011-5-9 21:30:48
|
显示全部楼层
|
|
|
|
|
|
|
|
|
|
微微百科
发表于 2011-5-10 11:10:14
|
显示全部楼层
|
|
|
|
|
|
|
|