Opened 5 years ago
Last modified 5 years ago
#2395 new task
Bad redirection
Reported by: | cvvergara | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | SysAdmin | Keywords: | |
Cc: |
Description
Change History (4)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
It's definitely loading an html page, not using apache. Any reason we can't solve this with an update to DNS, and then the redirect should happen on the nginx instance?
comment:3 by , 5 years ago
it does more than redirect osgeo.org.
That is sitting on old.www.osgeo.org and redirects a whole bunch of other things. So I think if you repointed it I suspect other things would break.
We could try and then revert if hell breaks loose.
comment:4 by , 5 years ago
We should try to track down where that actually happens. I poked around, you may be right that it's in Drupal, in which case maybe all of the redirects are stored in a single table we can dump?
I think the redirect is set on old.www.osgeo.org now on old-www container. I couldn't find it in the apache config, so assume it must be done at the drupal level somewhere.