发布时间:2015-05-27 19:28:03作者:知识屋
print?#
#以下是网站伪静态正则
#
RewriteEngine On
RewriteRule ^index.html$ index.php
RewriteRule ^about.html$ about.php
RewriteRule ^about_([0-9]+).html$ about.php?id=$1
RewriteRule ^contact.html$ contact.php
RewriteRule ^service.html$ service.php
RewriteRule ^case.html$ case.php
RewriteRule ^case_([0-9]+).html$ case.php?fid=$1
RewriteRule ^case_show_([0-9]+).html$ case_show.php?id=$1
RewriteRule ^wenda.html$ wenda.php
RewriteRule ^wenda_show_([0-9]+).html$ wenda_show.php?id=$1
RewriteRule ^interact.html$ interact.php
RewriteRule ^interact_show_([0-9]+).html$ interact_show.php?id=$1
RewriteRule ^news.html$ news.php
RewriteRule ^news_([0-9]+).html$ news.php?fid=$1
RewriteRule ^news_show_([0-9]+).html$ news_show.php?id=$1
RewriteRule ^news_page([[0-9]+).html$ news.php?page=$1
RewriteRule ^news_fid([[0-9]+)_page([[0-9]+).html$ news.php?fid=$1&page=$2
RewriteRule ^wenti_([0-9]+).html$ wenti.php?fid=$1
RewriteRule ^wenti_show_([0-9]+).html$ wenti_show.php?id=$1
RewriteRule ^wenti_fid([[0-9]+)_page([[0-9]+).html$ wenti.php?fid=$1&page=$2
RewriteRule ^zhuanjia_([0-9]+).html$ zhuanjia.php?fid=$1
RewriteRule ^zhuanjia_show_([0-9]+).html$ zhuanjia_show.php?id=$1
RewriteRule ^product.html$ product.php
RewriteRule ^product_([0-9]+).html$ product.php?fid=$1
RewriteRule ^product_show_([0-9]+).html$ product_show.php?id=$1
RewriteRule ^product_page([[0-9]+).html$ product.php?page=$1
RewriteRule ^service_page([[0-9]+).html$ service.php?page=$1
RewriteRule ^interact_page([[0-9]+).html$ interact.php?page=$1
RewriteRule ^wenda_page([[0-9]+).html$ wenda.php?page=$1
RewriteRule ^zhuanjia_fid([[0-9]+)_page([[0-9]+).html$ zhuanjia.php?fid=$1&page=$2
RewriteRule ^save_action_([a-z]+).html$ save.php?action=$1
#
#以下是网站伪静态正则
#
RewriteEngine On
RewriteRule ^index.html$ index.php
RewriteRule ^about.html$ about.php
RewriteRule ^about_([0-9]+).html$ about.php?id=$1
RewriteRule ^contact.html$ contact.php
RewriteRule ^service.html$ service.php
RewriteRule ^case.html$ case.php
RewriteRule ^case_([0-9]+).html$ case.php?fid=$1
RewriteRule ^case_show_([0-9]+).html$ case_show.php?id=$1
RewriteRule ^wenda.html$ wenda.php
RewriteRule ^wenda_show_([0-9]+).html$ wenda_show.php?id=$1
RewriteRule ^interact.html$ interact.php
RewriteRule ^interact_show_([0-9]+).html$ interact_show.php?id=$1
RewriteRule ^news.html$ news.php
RewriteRule ^news_([0-9]+).html$ news.php?fid=$1
RewriteRule ^news_show_([0-9]+).html$ news_show.php?id=$1
RewriteRule ^news_page([[0-9]+).html$ news.php?page=$1
RewriteRule ^news_fid([[0-9]+)_page([[0-9]+).html$ news.php?fid=$1&page=$2
RewriteRule ^wenti_([0-9]+).html$ wenti.php?fid=$1
RewriteRule ^wenti_show_([0-9]+).html$ wenti_show.php?id=$1
RewriteRule ^wenti_fid([[0-9]+)_page([[0-9]+).html$ wenti.php?fid=$1&page=$2
RewriteRule ^zhuanjia_([0-9]+).html$ zhuanjia.php?fid=$1
RewriteRule ^zhuanjia_show_([0-9]+).html$ zhuanjia_show.php?id=$1
RewriteRule ^product.html$ product.php
RewriteRule ^product_([0-9]+).html$ product.php?fid=$1
RewriteRule ^product_show_([0-9]+).html$ product_show.php?id=$1
RewriteRule ^product_page([[0-9]+).html$ product.php?page=$1
RewriteRule ^service_page([[0-9]+).html$ service.php?page=$1
RewriteRule ^interact_page([[0-9]+).html$ interact.php?page=$1
RewriteRule ^wenda_page([[0-9]+).html$ wenda.php?page=$1
RewriteRule ^zhuanjia_fid([[0-9]+)_page([[0-9]+).html$ zhuanjia.php?fid=$1&page=$2
RewriteRule ^save_action_([a-z]+).html$ save.php?action=$1
如何对PHP文件进行加密方法 PHP实现加密的几种方式介绍
php生成圆角图片的方法 电脑中php怎么生成圆角图片教程
用PHP构建一个留言本方法步骤 php怎么实现留言板功能
php中三元运算符用法 php中的三元运算符使用说明
php文件如何怎么打开方式介绍 php文件用什么打开方法
PHP怎么插入数据库方法步骤 php编程怎么导入数据库教程
如何安装PHPstorm并配置方法教程 phpstorm安装后要进行哪些配置
PHP 获取远程文件大小的3种解决方法 如何用PHP获取远程大文件的大小
20个实用PHP实例代码 php接口开发实例代码详细介绍
如何架设PHP服务器方法步骤 怎么搭建php服务器简单教程