mod_rewrite URL redirect
ugh, I cannot stay focused today..so I need help with probably a simple mod_rewrite question.I got a web site on http://www.example.com/that has SE friendly URLs like:
http://www.example.com/example/test.html
http://www.example.com/blah.html
... and so on.
I am looking to redirect them to:
http://new.example.com/example/test.html
http://new.example.com/blah.html
- thanks!