开发者

Will [a-z]* redirect work in the httpd.conf

Will this redirect work [a-z]* to example.com

ie., I want to red开发者_开发百科irect anything to example.com

Thanks Jean


.* A period matches any character except a newline.

But what you probably want is:

Redirect permanent / http://www.example.com/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜