|
hi, I am getting started with webfaction. The main site runs django (keskari.webfactional.com) Now I want to add a new PHP app I added a new php app named hydro. However, when I go with my browser to keskari.webfactional.com/hydro I get a django message (django is still handling the request) How do I configure the hosting to direct the requests to keskari.webfactional.com/hydro to PHP instead of Django? |
|
You need to update your website entry and link it with your 'hydro' application. Locate it in your control panel and select to 'add a web app', reusing an existing one. On the pop-up window, select your 'hydro' app and complete the url field to look like http://keskari.webfactional.com/hydro Please have a look at our documentation on how our websites work here. You can also find some examples here too. |