Forums

How to change my domain to point to a new app?

I've got a link that says: It is configured via a WSGI file stored at: /var/www/www_finaldeadline_co_uk_wsgi.py

But that leads to a 404.

I've changed the location of my app and just need to let the server know somehow.

Hi evilkillerfiggin,

You need to change the name of the webapp on our site. Since you can't do that without destroying and recreating it I've gone into the database and done it on your behalf. Should work now.

I'm afraid that still gave me an error (Unhandled Exception). The error log link (finaldeadline.co.uk.server.log) just showed me a blank page.

I deleted the app and recreated it using 'Manual Configuration' so it's now on your 'Hello World' default. Same Unhandled Exception, same blank error log.

I am unsure what best to do next.

Phew! That confused me a lot. Anyway. You should now see Hello World. being generated by the wsgi.py file. All you need to do to load a new application at www.finaldeadline.co.uk is to load it into your wsgi.py file. You shouldn't need to change the names of the files themselves.