|
|
[ol]# Destoon B2B Rewrite RulesErrorDocument 404 /404.phpRewriteEngine OnRewriteBase /RewriteRule ^(.*)\.(asp|aspx|asa|asax|dll|jsp|cgi|fcgi|pl)(.*)$ /404.phpRewriteRule ^(.*)-htm-(.*)$ $1.php?$2RewriteRule ^(.*)/show-([0-9]+)([\-])?([0-9]+)?\.html$ $1/show.php?itemid=$2&page=$4RewriteRule ^(.*)/list-([0-9]+)([\-])?([0-9]+)?\.html$ $1/list.php?catid=$2&page=$4RewriteRule ^(.*)/show/([0-9]+)/([0-9]+)?([/])?$ $1/show.php?itemid=$2&page=$3RewriteRule ^(.*)/list/([0-9]+)/([0-9]+)?([/])?$ $1/list.php?catid=$2&page=$3RewriteRule ^(.*)/([a-z]+)/(.*)\.shtml$ $1/$2/index.php?rewrite=$3RewriteRule ^(com)/([a-z0-9_]+)/([a-z]+)/(.*)\.html$ index.php?homepage=$2&rewrite=$4RewriteRule ^(com)/([a-z0-9_]+)/([a-z]+)([/])?$ index.php?homepage=$2RewriteRule ^(com)/([a-z0-9_]+)([/])?$ index.php?homepage=$2[/ol]复制代码我想将内容页和分类名称都按标题伪静态,我已经在url.inc里面增加了{$title}和{$catname},页面上显示地址了,可是.htaccess里不相应改是页面是打不开的. 希望官方老大指点指点,以上是原.htaccess规则,我该怎样加入分类和内容页的标题规则进去呢?感谢了!!!!!!
[ 本帖最后由 南无阿弥陀 于 2010-12-5 08:15 编辑 ] |
|