### 将 RewriteEngine 模式打开 RewriteEngine On ### 修改以下语句中的 /SupeSite 修改为你的SupeSite目录地址,如果程序放在根目录中,请将 /SupeSite 修改为 / RewriteBase / ### Rewrite 系统规则请勿修改 RewriteRule ^([0-9]+)/spacelist(.+)$ index.php?uid/$1/action/spacelist/type$2 [L] RewriteRule ^([0-9]+)/viewspace(.+)$ index.php?uid/$1/action/viewspace/itemid$2 [L] RewriteRule ^([0-9]+)/viewbbs(.+)$ index.php?uid/$1/action/viewbbs/tid$2 [L] RewriteRule ^([0-9]+)/(.*)$ index.php?uid/$1/$2 [L] RewriteRule ^([0-9]+)$ index.php?uid/$1 [L] RewriteRule ^action(.+)$ index.php?action$1 [L] RewriteRule ^category(.+)$ index.php?action/category/catid$1 [L] RewriteRule ^viewnews(.+)$ index.php?action/viewnews/itemid$1 [L] RewriteRule ^viewthread(.+)$ index.php?action/viewthread/tid$1 [L] RewriteRule ^mygroup(.+)$ index.php?action/mygroup/gid$1 [L]
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.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]
# 将 RewriteEngine 模式打开 RewriteEngine On # 修改以下语句中的 /SupeV 为你的播客目录地址,如果程序放在根目录中,请将 /SupeV 修改为 / RewriteBase /SupeV # Rewrite 系统规则请勿修改 RewriteRule RewriteRule ^ivideo(-tv-([0-9]+))?(-ti-([0-9]+))?(-tc-([0-9]+))?(-page-([0-9]+))?.html$ ivideo.php?tv=$2&ti=$4&tc=$6&page=$8 RewriteRule ^ispecial(-tv-([0-9]+))?(-ti-([0-9]+))?(-tc-([0-9]+))?(-page-([0-9]+))?.html$ ispecial.php?tv=$2&ti=$4&tc=$6&page=$8 RewriteRule ^icategory.html$ icategory.php RewriteRule ^category-cid-([0-9]+)(-tag-([^-]*))?(-timelimit-([0-9]+))?(-orderlimit-([0-9]+))?(-page-([0-9]+))?.html$ category.php?cid=$1&tag=$3&timelimit=$5&orderlimit=$7&page=$9 RewriteRule ^vspace-(mid|username)-(.+).html$ vspace.php?$1=$2 RewriteRule ^video-(vid|ivid)-(.+).html$ video.php?$1=$2 RewriteRule ^special-spid-([0-9]+).html$ special.php?spid=$1
RewriteEngine On RewriteRule ^/(space|network)-(.+).html$ /$1.php?Rewrite=$2 [L] RewriteRule ^/(space|network).html$ /$1.php [L] RewriteRule ^/([0-9]+)$ /space.php?uid=$1 [L]
RewriteEngine On RewriteBase / RewriteRule ^(space|network)-(.+).html$ $1.php?Rewrite=$2 [L] RewriteRule ^(space|network).html$ $1.php [L] RewriteRule ^([0-9]+)$ space.php?uid=$1 [L]
UCHome2.0 规则
(编辑:晋中站长网)
【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!