I have a django project that I have been developing on my localserver and it works perfectly. Recently, I tried to move my project to asmallorange's shared hosting. I have followed the guide provided by the hosting company and everything actually works great.
Please look at the bottom of this guide where it talks about modifying .htaccess and dispatch.fcgi:
So what's the problem? The problem is the django project only works if the .htaccess and dispatch.fcgi file are inside the public_html folder. What do I change if I want the django project to work with the URL mysite.com/myproject? Right now when I go to mysite.com it loads up the project which I hate seeing.