phpcms2008 企业黄页模块伪静态设置规则分享

phpcms2008 企业黄页模块伪静态设置规则分享,第1张

phpcms2008企业黄页模块伪静态设置规则分享

官网给的伪静态标准又试了一遍,还是不行。在这里我会给出解决方案,期待对你有所帮助。

httpd.ini

复制代码编码以下:
[ISAPI_Rewrite]
#3600=1hour
CacheClockRate3600
RepeatLimit32
#Protecthttpd.iniandhttpd.parse.errorsfiles
#fromass="superseo">ss="superseo">ccessingthroughHTTP
RewriteRule^(.*)/yp/([a-z])-([0-9])\.html$$1/yp/$2.php\?action=show&id=$3
RewriteRule^(.*)/job-list-([0-9])-([0-9])-(.)\.html$$1/job.php\?action=list&inputtime=$2&station=$3&genre=$4
RewriteRule^(.*)/product-list-([0-9])-([0-9])-([0-9])--(.)--([0-1]).html$$1/product.php\?
view_type=$2&catid=$3&pagesize=$4&areaname=$5&order=$6
RewriteRule^(.*)/product-list-([0-9])-([0-9])-([0-9])--(.)--([0-1])-([0-9]).html$$1/product.php\?
view_type=$2&catid=$3&pagesize=$4&areaname=$5&order=$6&page=$7
RewriteRule^(.*)/([a-z])-list-([0-9])\.html$$1/$2.php\?action=list&catid=$3
RewriteRule^(.*)/show-([0-9])-([a-z])-([0-9])\.html$$1/web/show.php\?userid-$2/category-$3/id-$4.html
RewriteRule^(.*)/job-list-([0-9])-([0-9])-(.)\.html$$1/job.php\?action=list&inputtime=$2&station=$3&genre=$4
RewriteRule^(.*)/([a-z]^[id])-([0-9])\.html$$1/$2.php\?action=show&id=$3
RewriteRule^(.*)/company-list-([0-9])-([a-z])--(.)--([0-9]).html$$1/company.php\?pagesize=$2&listtype=$3&areaname=$4&catid=$5
RewriteRule^(.*)/company-list-([0-9])-([a-z])--(.)--([0-9])-([0-9]).html$$1/company.php\?pagesize=$2&listtype=$3&areaname=$4&catid=$5&page=$6
RewriteRule^(.*)/show-([0-9])-([a-z])-([0-9])\.html$$1/web/show\.php\?userid-$2\/category-$3\/id-$4\.html
#Tag
RewriteRule^(.*)/tag/(.)/\?*(.*)$$1/tag\.php\?tag=$2

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zz/773061.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-03
下一篇 2022-05-03

发表评论

登录后才能评论

评论列表(0条)

保存