Installation af PHP: Apache giver fejlmeddelelse 403
Hej Alle.Jeg har installeret Apache 2.2. Fint nok - "It works."
Nu har jeg så prøvet at installeret PHP 5 i c:/php.
Jeg har tilføjet følgende i httpd.conf:
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php-cgi.exe"
Når jeg prøver at køre filen test.php som indeholder scriptet <?php phpinfo() ?> får jeg følgende fejlmeddelelse:
"Du har ikke rettigheder til at se denne side"
Apache finder altså filen men vil ikke vise den.
Har nogle forslag til en løsning?
Mvh. Christian
