Will this redirect work [a-z]* to example.com
ie., I want to redirect anything to example.com
Thanks Jean
Will this redirect work [a-z]* to example.com
ie., I want to redirect 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/