← Back to team overview

sslug-teknik team mailing list archive

Re: Apache parser ikke en dyt !

 

Jeg har lige en tilføjelse:

Din php adtype står faktisk to gange. Jeg ved ikke om det gør apache
forvirret.

først:
# For example, the PHP3 module (not part of the Apache distribution)
# will typically use:
#AddType application/x-httpd-php3 .php3 .phtml .php
#AddType application/x-httpd-php3-source .phps
# The following is for PHP/FI (PHP2):
#AddType application/x-httpd-php .phtml
AddType application/x-httpd-php .php

som jeg har talt om længere ned står der så

<IfModule mod_php4.c>
        AddType application/x-httpd-php .php .php3 .phtml
        AddType application/x-httpd-php-source .phps
</IfModule>


du skal fjene den ene ellers bliver det helt uforudsigeligt hvis du
ændrer
noget

aller nedert er der nogen icon typer for PHP4

 
<IfModule mod_php4.c>
        AddIcon /icons/php4.gif .php3 .php4 .php .phtml
</IfModule>
<IfModule mod_php4.c>
        AddIcon /icons/phps.gif .phps
</IfModule> 

som du kan se er de angivet som php4. Nå du kan prøve og se om det
virker 









-- 
Med venlig hilsen Poul-Erik Andreasen


Follow ups

References