I fixed it! The AddType was indeed sufficient, but it was wrong! It was
supposed to be application/x-httpd-php not application/x-httpd-php5. Silly
mistake.
On Nov 28, 2007 12:11 PM, Victor Trac <[EMAIL PROTECTED]> wrote:
> On Nov 28, 2007 1:52 AM, Matt Magin <[EMAIL PROTECTED]>
Hi there.
I'm trying to set up Apache so that Django and PHP5 will work together. I
want it so that Django is set up to control everything in the document root,
with PHP5 enabled for specific directories. I can get both to work
separately, but I can't seem to get them to work in parallel.
For Dja