Apache + PHP
Jeg har instaleret Apache og det virker fint, men jeg kan ikke få php til at virke.Min cofig fil ser sådan ud:
lige nogle udplik af den:
# AddType allows you to add to or override the MIME configuration
# file mime.types for specific file types.
#
#AddType application/x-tar .tgz
#
# AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) uncompress
# information on the fly. Note: Not all browsers support this.
# Despite the name similarity, the following Add* directives have nothing
# to do with the FancyIndexing customization directives above.
#
#AddEncoding x-compress .Z
#AddEncoding x-gzip .gz .tgz
#
# If the AddEncoding directives above are commented-out, then you
# probably should define those extensions to indicate media types:
#
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
AddType application/x-httpd-php .php .phtml .html
AddType application/x-httpd-php-source .phps
#
og
LoadModule php4_module C:/Programmer/php/sapi/p4apache2.dll
Hvad gør jeg galt??