Background: we have 2 departments: Systems and Web. The Systems Dept controls software on servers and clients, and the Web Dept controls the Apache configuration as well as web development.
The Systems Dept has it set up so displays our company's homepage. We, the Web Dept, would like to see if we could use Apache to redirect to a fully qualified URL, e.g.,
Using the PermanentRedirect or Redirect directive like
Redirect / simply causes the server to go into an infinite loop of redirecting.
Don't get hung up on the politics, but is there a way Apache can determine if it was entered using or and if redirect to
The Systems Dept has it set up so displays our company's homepage. We, the Web Dept, would like to see if we could use Apache to redirect to a fully qualified URL, e.g.,
Using the PermanentRedirect or Redirect directive like
Redirect / simply causes the server to go into an infinite loop of redirecting.
Don't get hung up on the politics, but is there a way Apache can determine if it was entered using or and if redirect to