URL/Apache redirection question. (domain+directory redirect to sudomain)
- by furstgurshnur
Hello, I have been trying to figure this out for about 2 hours now. A new requirement came up where it was asked of me to try to find a way to send requests from foo.bar.com/blah to blah.bar.com.
Technically /blah doesn't exist, but I was hoping to have the server redirect before it gets to that point.
Has anyone had to do this before?
What was the solution?