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 domain. Here's t

Re: Django not detecting URL - only index.php

2008-11-15 Thread NathanY
So it ended up being the .htaccess in the root domain - flowingdata.com, which is a wordpress domain. Here's the .htaccess: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] Any ideas on how to override that .hta

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, > > > I'm trying to deploy my django project on a pro

Re: Django not detecting URL - only index.php

2008-11-15 Thread Daniel Roseman
On Nov 15, 9:37 am, NathanY <[EMAIL PROTECTED]> wrote: > 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 ge

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