Witam, zainstalowałem Apache'a potem php na Windows XP, do httpd.conf dopisałem:
ScriptAlias /php/ "C:/php/"
Action application/x-httpd-php "/php/php.exe"
AddType application/x-httpd-php .php
<Directory "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
I dalej gdy wpisuje: http://localhost/phpinfo.php to nie uruchamia się skrypt, tylko pisze You don't have permission to access /php/php.exe/phpinfo.php on this server.
W phpinfo.php mam [php]<? phpinfo(); ?>
POMOCY