亚洲欧美成人综合一区_国产精品一区二区无码_亚洲风情偷拍区_成?人免费无码视频在线看

西安做網(wǎng)站_西安網(wǎng)站建設(shè)公司_西安網(wǎng)頁(yè)制作_西安網(wǎng)頁(yè)設(shè)計(jì)_西安網(wǎng)站制作設(shè)計(jì)公司

 找回密碼
 注冊(cè)

QQ登錄

只需一步,快速開(kāi)始

搜索
查看: 12523|回復(fù): 3
打印 上一主題 下一主題

五指cms偽靜態(tài)

[復(fù)制鏈接]
跳轉(zhuǎn)到指定樓層
樓主
發(fā)表于 2017-5-9 16:53:25 | 只看該作者 回帖獎(jiǎng)勵(lì) |倒序?yàn)g覽 |閱讀模式
一、Apache規(guī)則:
<IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteCond %{QUERY_STRING} ^(.*)$
        RewriteRule ^(.*)/list-([0-9]+)-([0-9]+)\.html$ $1/index.php?v=listing&cid=$2&page=$3&%1
RewriteCond %{QUERY_STRING} ^(.*)$
        RewriteRule ^(.*)/item-([0-9]+)-([0-9]+)-([0-9]+)\.html$ $1/index.php?v=show&cid=$2&id=$3&page=$3&%1
        RewriteCond %{QUERY_STRING} ^(.*)$
        RewriteRule ^(.*)/show-([0-9]+)-([0-9]+)-([0-9]+)\.html$ $1/index.php?v=show&cid=$2&id=$3&page=$3&%1
</IfModule>
<VirtualHost *:80>
DocumentRoot D:/www
ServerName localhost
RewriteEngine on
#規(guī)則放在下面即可
</VirtualHost>

二、.htaccess 文件
RewriteEngine on
RewriteRule ^item-([0-9]+)-([0-9]+)-([0-9]+).html index.php?v=show&cid=$1&id=$2&page=$3
RewriteRule ^show-([0-9]+)-([0-9]+)-([0-9]+).html index.php?v=show&cid=$1&id=$2&page=$3
RewriteRule ^list-([0-9]+)-([0-9]+).html index.php?v=listing&cid=$1&page=$2
RewriteRule ^tuan/([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+).html index.php?f=tuan&v=init&cid=$1&price=$2&order=$3&page=$4



西安網(wǎng)站建設(shè) | 西安做網(wǎng)站 —— 劍鋒所指 所向披靡!
沙發(fā)
 樓主| 發(fā)表于 2017-5-9 16:54:47 | 只看該作者
Apache規(guī)則和.htaccess 文件規(guī)則是不一樣的
板凳
 樓主| 發(fā)表于 2017-5-9 16:57:18 | 只看該作者
建議把偽靜態(tài)規(guī)則寫(xiě)好一點(diǎn)   最好能夠?qū)懗?nbsp; http://localhost/news/(欄目頁(yè))   http://localhost/news/id/(文章頁(yè))這種類(lèi)型
地板
 樓主| 發(fā)表于 2017-5-9 16:57:41 | 只看該作者
怎么新建欄目  
默認(rèn)設(shè)置成偽靜態(tài)
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則

QQ|小黑屋|手機(jī)版|Archiver|西安網(wǎng)站建設(shè)

GMT+8, 2024-10-22 16:32 , Processed in 0.040571 second(s), 14 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回復(fù) 返回頂部 返回列表