PHP를 windows상에서 구동하기 안되는 분들 보세요...

익명 사용자의 이미지

본사이트의 첫페이지 찾기에서 'php'하여 검색하면
'PHP3 Installation Guide for Windows'가 나옵니다. 이부분을 클릭하면

ScriptAlias /php3/ "c/path-to-php-dir/php.exe"
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3 .phtml
Action application/x-httpd-php3 "php3/php.exe"

여기서 수정하여야 할 부분이 있습니다.

ScriptAlias /php3/ "c/path-to-php-dir/"
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3 .phtml
Action application/x-httpd-php3 "/php3/php.exe"

잘 찾아보세요 틀린데가 있죠.
감사합니다.