Hey guys/gals,
It's been a pretty good minute since I've had to come to JSP for help, but you've all been great in the past and I've got another situation I need help digesting.
I recently took over a web development project for a local music camp in a neighboring town.
All the development is going smooth, but they recently changed names and they want to use a new url.
Here's the problem..
My client has two urls for their site.
The original url is site123.com
The new url is siteABC.com
They both take you the same page, with the same content, same backend, etc.
The client it would like for siteABC.com to be the only URL that is ever displayed, regardless of how the site is reached.
The problem is that if i setup a typical 301 redirect the site gets stuck in an infinite loading loop.
I believe this is because siteabc.com is pointed straight at "site123.com", however I am still trying to figure out exactly what it is they have going on.
Any ideas? btw, they are using wordpress, apache, linux
Thanks all,

Grievance