帝国CMS 移动端WAP模板二级域名伪静态规则

分类:SEO优化教程 发布时间:2020-01-22 21:18:48

摘要:帝国CMS 移动端WAP模板二级域名怎么设置伪静态规则?伪静态教程设置&指南。适用于帝国7.2,7.5,7.0

帝国wap模板绑定了二级域名之后,怎么设置伪静态规则呢?

实现伪静态规则的方法如下:

  1. Options +FollowSymLinks
  2. RewriteEngine on 
  3.  
  4. RewriteRule ^(.*)index.html$ $1index.php 
  5. RewriteRule ^(.*)list-([0-9]+)-([0-9]+).html$ $1list.php?classid=$2&page=$3 
  6. RewriteRule ^(.*)show-([0-9]+)-([0-9]+).html$ $1show.php?classid=$2&id=$3