LxBlog参考了phpcms ,使用.htaccess

参考了phpcms ,使用.htaccess


#<IfModule mod_rewrite.c>  
# 将 RewriteEngine 模式打开
RewriteEngine On
# 修改以下语句中的 / 为你的网站目录地址,如果程序放在二级目录中,如/phpcms 请将 / 修改为 /phpcms
RewriteBase /
# Rewrite 系统规则请勿修改
#RewriteRule ^(.*)show-([0-9]+)-([0-9]+)\.html$ phpcms/$1/show.php?itemid=$2&page=$3 f?}
#RewriteRule ^(.*)list-([0-9]+)-(1+)\.html$ phpcms/$1/list.php?catid=$2
#RewriteRule ^(.*)list-([0-9]+)-([0-9]+)\.html$ phpcms/$1/list.php?catid=$2#RewriteRule ^(.*)show-([0-9]+)\.html$ phpcms/$1/show.php?specialid=$2 RewriteRule ^(.*)-htm-(.*)$ $1.php?$2
#</IfModule>