[URL重写] 求教个rewrite规则的问题.

经过反复测试终于成功,代码如下:

[Copy to clipboard] [ - ]
CODE:
RewriteCond %{REQUEST_URI} read-([0-9]+)
RewriteCond /DocumentRoot/1/%1.html !-f
RewriteRule ^/read-([0-9]+)/$ http://www.abc.com/2/$1.html [R,T]
RewriteRule ^/read-([0-9]+)/$ http://www.abc.com1/$1.html [R]

DocumentRoot用你自己的网站的根目录的物理路径替代!

LZ 测试一下吧!

恩,收藏,楼上好人!
看不明白