Re: Django not detecting URL - only index.php

2008-11-15 Thread NathanY
I finally got it. The VirtualHost in the httpd.conf was pointing at the root, so I changed the DocumentRoot to something else. On Nov 15, 2:59 pm, NathanY <[EMAIL PROTECTED]> wrote: > So it ended up being the .htaccess in the root domain - > flowingdata.com, which is a wordpress do

Re: Django not detecting URL - only index.php

2008-11-15 Thread NathanY
that .htaccess in the subdomain..? On Nov 15, 12:21 pm, NathanY <[EMAIL PROTECTED]> wrote: > I'll take any help I can get at this point :P. Here's the Apache > config:http://dpaste.com/90963/ > > Thank you! > > On Nov 15, 7:18 am, Daniel Roseman <[EMAIL PRO

Re: Django not detecting URL - only index.php

2008-11-15 Thread NathanY
I'll take any help I can get at this point :P. Here's the Apache config: http://dpaste.com/90963/ Thank you! On Nov 15, 7:18 am, Daniel Roseman <[EMAIL PROTECTED]> wrote: > On Nov 15, 9:37 am, NathanY <[EMAIL PROTECTED]> wrote: > > > > > Hi, > >

Django not detecting URL - only index.php

2008-11-15 Thread NathanY
Hi, I'm trying to deploy my django project on a production server, but Django always thinks the URL is index.php no matter what I put in. For example, when I put in the URL: http://your.flowingdata.com/some_random_string I get the following no matter what some_random_string is: Using the URLc