设为首页收藏本站

简体中文 繁體中文 English 日本語 Deutsch 한국 사람 بالعربية TÜRKÇE português คนไทย french

搜索
热搜: 活动 交友 discuz

技术帝帮我转下HTACCESS规则 [复制链接]
查看:27 | 回复:1

28

主题

45

回帖

202

积分

中级会员

积分
202
发表于 2013-3-28 14:54:48 | 显示全部楼层 |阅读模式
RewriteRule ^producttags/$ index\.php?main_page=producttags [L]
RewriteRule ^producttags/([-\w]+)/$ index\.php?main_page=producttags&letter=$1&%{QUERY_STRING} [L]
RewriteRule ^producttags/([\w])/([0-9]+).html$ index\.php?main_page=producttags&letter=$1&page=$2&%{QUERY_STRING} [L]
RewriteRule ^wishlist/$ index\.php?main_page=wishlist [L]
RewriteRule ^wishlist/([\w])/$ index\.php?main_page=wishlist&letter=$1&%{QUERY_STRING} [L]
RewriteRule ^wishlist/([-\w]+)/([0-9]+).html$ index\.php?main_page=wishlist&letter=$1&page=$2&%{QUERY_STRING} [L]
RewriteRule .* index.php?%{QUERY_STRING} [L]
#products_products
RewriteRule ^tags_products/$ index\.php?main_page=tags_products [L]
RewriteRule ^(.*)_([0-9]+)$ index\.php?main_page=tags_products&tags_name=$1&tags_id=$2&%{QUERY_STRING} [L]


# Don't rewrite any URIs ending with a file extension (ending with .[xxxxx]) except .html
RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,5}$ [OR]
RewriteCond %{REQUEST_URI} \.(html)$ [NC]


118

主题

989

回帖

2416

积分

金牌会员

积分
2416
发表于 2013-3-28 15:12:14 | 显示全部楼层
等待技术帝
您需要登录后才可以回帖 登录 | 立即注册

论坛客服/商务合作/投诉举报:2171544 (QQ)
落伍者创建于2001/03/14,本站内容均为会员发表,并不代表落伍立场!
拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论!
落伍官方微信:2030286 邮箱:(djfsys@gmail.com|tech@im286.com)
© 2001-2014

浙公网安备 33060302000191号

浙ICP备11034705号 BBS专项电子公告通信管[2010]226号

  落伍法律顾问: ITlaw-庄毅雄

Archiver|手机版|Discuz! X

GMT+8, 2026-6-14 10:10 , Processed in 0.014250 second(s), 3 queries , Gzip On, Redis On.

返回顶部