搜外网>搜外问答>问答页面

phpcms怎么做伪静态啊?

弄了一下午点开栏目页就是404页面  是按网上的教程做的 这类的教程可真少啊 有没有大神做过 指点一二啊..

追加问题
    3 人参与回答
最佳回答
濮阳
濮阳 · 搜你所想,搜你所问!

PHPCMS v9 伪静态规则 win 下 IIS

新建一个记事本文件,将文件名改为:。再将以下代码粘贴进去。

  1. [ISAPI_Rewrite]
  2.  
  3. # 3600 = 1 hour
  4.  
  5. CacheClockRate 3600
  6.  
  7. RepeatLimit 32
  8.  
  9. RewriteEngine on
  10.  
  11. RewriteRule ^(.*)content-([0-9]+)-([0-9]+)-([0-9]+).html$ $1/$2&id=$3&page=$4
  12.  
  13. RewriteRule ^(.*)show-([0-9]+)-([0-9]+)-([0-9]+).html$ $1/$2&id=$3&page=$4
  14.  
  15. RewriteRule ^(.*)list-([0-9]+)-([0-9]+).html$ $1/$2&page=$3

apache 配置

#phpcms V9 伪静态规则:

  1. RewriteEngine on
  2. RewriteRule ^content-([0-9]+)-([0-9]+)-([0-9]+).html index.php?m=content&c=index&a=show&catid=$1&id=$2&page=$3
  3. RewriteRule ^show-([0-9]+)-([0-9]+)-([0-9]+).html index.php?m=content&c=index&a=show&catid=$1&id=$2&page=$3
  4. RewriteRule ^list-([0-9]+)-([0-9]+).html index.php?m=content&c=index&a=lists&catid=$1&page=$2
鲁梓源1号
鲁梓源1号 · 成都软装公司,精装房样板房软装,别墅装修公司,同行业换友链加Q :524595840

感觉ASP 已经凉了

看你是什么服务器,不同的服务器配置规则也不一样。

SEO培训招生中
189