Installing Django on subdomain
Posted by: Maleficus
Posted on: 2009-10-04 09:11:00
Hey guys. Right now I'm in the process of installing Django from the wiki. I've gone through all of the steps, but what I'd like to do is keep my Django site on a certain subdomain and have the 'www' subdomain point to my temporary Wordpress blog. What I've done is create the subdomain 'sandbox' which points to my site root directory (which has the dispatch.fcgi and fcgi.py files) and changed the web directory for 'www' to my blog directory. This isn't working, because both are 404'ing. Is what I want to do possible?
Thanks for the help.