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
| |||
|
feedback
|
|
Putting | |||
|
feedback
|
|
If you want to redirect anything to example.com, what you probably want is something like this:
This will redirect ANY request made to the any part of your URL to http://www.example.com. I.e.,
| |||||||||
feedback
|