This forum is no longer active. Please post your questions to our new community site
Apache configuration
|
|
Hi! I don’t know if its posted in another Forum, but I don’t know how to change Apache configuration. Now apache DocumentRoot is pointing to htdocs where index page is allocated, in that index.html there is a link to my project. Right now, my problem is that urls.py is developed assuming that all requests to the app are from localhost/. I would like to have my project at the root. I would really appreciate your help! |
|
|
Hi, If you have configured a project, you can find a config file in: “${installdir}/apps/django/conf/django.conf”. You should replace: with and restart Apache server.
If you keep getting the bitnami front page you may try commenting out the line: in file “${installdir}/apache2/conf/httpd.conf”.
Let us know if it works for you. Regards |
|
|
Thank you very much! It worked for me. |

