Django .htaccess

Posted by Jon on Server Fault See other posts from Server Fault or by Jon
Published on 2009-10-06T00:43:06Z Indexed on 2010/03/09 0:21 UTC
Read the original article Hit count: 372

Filed under:
|
|

I have a site that is only partially Django driven. I want the Django portion to be anything under http:www.mydomain.com/register. Anything not in this directory should get served by apache as usual.

I also must use fastcgi on my server.

How would I set my .htaccess and urls to get this to work?

© Server Fault or respective owner

Related posts about django

Related posts about fastcgi