Arne Goetje wrote: > Usff wrote: > > >>Whenever I attempt to load a page it asks me to downlad it rather than >>just view it >> >>AddType application/x-httpd-php .php >>AddType application/x-httpd-php-source .phps >> >>That is what I have in the httpd.conf >> >>Any ideas? >> > > Add the following: > > AddModule mod_php4.c > > I stepped into the same trap :)
That's possible. If there is ClearModule directive after LoadModule, AddModule mod_php4.c is required. -- Yasuo Ohgaki -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
