Re: Can't get php working, please help
Eivind Arnesen wrote:
>
> Thanks for your reply!
> But it still does'n work.
>
> I get the message Invalid command 'AddType',when I have added
> the line to my httpd.conf file, and I restart apache.
> I'm sure this have worked before.... (I'm completely lost)
aha! more information is better than less information.
according to /usr/share/doc/apache/manual/mod/directives.html
(check it out -- you should have one, too) the "AddType"
directive is handled by the MIME module -- i.e. you need
to make sure you uncomment
LoadModule mime_module /usr/lib/apache/1.3/mod_mime.so
(if you're using apache 1.3 that is.)
see if that helps.
--
mailto:will@serensoft.com
http://www.dontUthink.com/
Reply to: