Hallo, On the root url of my website, there is a mod_wsgi 4.5.3/Python 3.5 application which serves a Django application. However, I need to add a redirect from According to the docs:
However, this is not accurate since at the url Help! asked 22 Aug '16, 18:11 raratiru |
The idea is that you create a second site that will serve the redirect app to send traffic to your main site. So:
answered 22 Aug '16, 18:26 seanf |