27 1 月, 2014
RewriteRule中的正则表达式是否加上^的区别

例子一 1 RewriteRule /news/(/d+)/.html /news/.php/?id=$1 [N,L]RewriteRule /news/(/d+)/.html /news/.php/?id=$1 [N,L] 不仅匹配 1 http […]
关注网站技术,一个特立独行的程序员
例子一 1 RewriteRule /news/(/d+)/.html /news/.php/?id=$1 [N,L]RewriteRule /news/(/d+)/.html /news/.php/?id=$1 [N,L] 不仅匹配 1 http […]