Hello, I need to accomplish the following:
redirect the following urls to [
tbp-dev.uhc.com...]
- [
tbp-dev.uhc.com...]
- [
tbp-dev.uhc.com...]
- [
tbp-dev.uhc.com...]
- [
tbp-dev.uhc.com...]
I have written the following code to accomplish this and need some ponters on whether it is correct.
RewriteEngine On
RewriteRule /.* [
tbp-dev.uhc.com...] [R]
I am thinking that this is overkill and wondering how I can write regex for the 4 unique starting points.
Thanks.