文章目录[隐藏]
请教怎么将 zonggang.php?shuhao=130
重写成%本文来源gaodai#ma#com搞*代#码9网#搞gaodaima代码 read/130
用 RewriteRule 重写
回复讨论(解决方案)
RewriteRule ^/?read/([0-9]+) zonggang.php?shuhao=$1
RewriteEngine on
RewriteRule read/(\d+) zonggang.php?shuhao=$1 [NC]
RewriteEngine OnRewriteRule ^read\/([0-9]+)$ zonggang.php?shuhao=$1 [NC] [NC]