php .htaccess 偽靜態

來源:互聯網
上載者:User

標籤:

 1 # 2 #以下是網站偽靜態正則 3 # 4 RewriteEngine On 5 RewriteRule ^index.html$ index.php 6 RewriteRule ^about.html$ about.php 7 RewriteRule ^about_([0-9]+).html$ about.php?id=$1 8 RewriteRule ^contact.html$ contact.php 9 RewriteRule ^service.html$ service.php10 RewriteRule ^case.html$ case.php11 RewriteRule ^case_([0-9]+).html$ case.php?fid=$112 RewriteRule ^case_show_([0-9]+).html$ case_show.php?id=$113 RewriteRule ^wenda.html$ wenda.php14 RewriteRule ^wenda_show_([0-9]+).html$ wenda_show.php?id=$115 RewriteRule ^interact.html$ interact.php16 RewriteRule ^interact_show_([0-9]+).html$ interact_show.php?id=$117 RewriteRule ^news.html$ news.php18 RewriteRule ^news_([0-9]+).html$ news.php?fid=$119 RewriteRule ^news_show_([0-9]+).html$ news_show.php?id=$120 RewriteRule ^news_page([[0-9]+).html$ news.php?page=$121 RewriteRule ^news_fid([[0-9]+)_page([[0-9]+).html$ news.php?fid=$1&page=$222 RewriteRule ^wenti_([0-9]+).html$ wenti.php?fid=$123 RewriteRule ^wenti_show_([0-9]+).html$ wenti_show.php?id=$124 RewriteRule ^wenti_fid([[0-9]+)_page([[0-9]+).html$ wenti.php?fid=$1&page=$225 RewriteRule ^zhuanjia_([0-9]+).html$ zhuanjia.php?fid=$126 RewriteRule ^zhuanjia_show_([0-9]+).html$ zhuanjia_show.php?id=$127 RewriteRule ^product.html$ product.php28 RewriteRule ^product_([0-9]+).html$ product.php?fid=$129 RewriteRule ^product_show_([0-9]+).html$ product_show.php?id=$130 RewriteRule ^product_page([[0-9]+).html$ product.php?page=$131 RewriteRule ^service_page([[0-9]+).html$ service.php?page=$132 RewriteRule ^interact_page([[0-9]+).html$ interact.php?page=$133 RewriteRule ^wenda_page([[0-9]+).html$ wenda.php?page=$134 RewriteRule ^zhuanjia_fid([[0-9]+)_page([[0-9]+).html$ zhuanjia.php?fid=$1&page=$235 RewriteRule ^save_action_([a-z]+).html$ save.php?action=$1

 

php .htaccess 偽靜態

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.