Description of problem: I added a custom alias to my app (www.spacexplore.it) via rhc, and now every request gets wrongly redirected with a 302 How reproducible: Surf to spacexplore.it in the browser Actual results: Apache redirect to https://<app_name>-<app_domain>.rhcloud.com/app Expected results: The app homepage at chronos-novumorganum.rhcloud.com should appear in the browser Additional info: curl -k "http://www.spacexplore.it" output: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>302 Found</title> </head><body> <h1>Found</h1> <p>The document has moved <a href="https://www.spacexplore.it/app">here</a>.</p> <hr> <address>Apache/2.2.15 (Red Hat) Server at www.spacexplore.it Port 80</address> </body></html>
I tried to delete the alias and add it again via rhc. Same result.
Flushed the DNS cache with no improvement. Is it possible it happened because of a conflict of aliases with another app?
Just a problem of really slow DNS propagation and cache in our network. Thanks Dan. (: