Re: Apache RewriteRule wont call Django URL

2006-03-14 Thread Waylan Limberg
The answer to your question depends in part on how your server is set up. Are you using ModPython or FCGI? If your using ModPython, I would try an Alias instead of a RewriteRule. If your using FCGI try pointing your rewrite rule directly at your fcgi script with the appropriate url as a query stri

Apache RewriteRule wont call Django URL

2006-03-14 Thread Les Smithson
This is probably not a Django problem, but I bet someone knows how to fix this. I have a working Django site, say http://localhost/django/spam. I want to use the Apache rewrite module to map this to http://localhost/ham. When I use the RewriteRule, it does the rewrite then tries to look up dja