참고한 사이트는 다음과같다
http://lifeofageekadmin.com/how-install-apache-2-4-php-5-4-and-mysql-5-5-21-on-windows-7/
이제 여기서 PHP최신버전으로 간다. 하지만 64비트 환경체제라고 해도 그냥 x86 쓰레드쎄이프로 받는것을 권장한다.
http://windows.php.net/download/
받아서 압축풀기는 c:\php로 간다. 그게낫다.
이제 아래와같이
이걸 아파치 (c:\apache24 혹은 니가깐 폴더)의 httpd.conf의 맨밑에다가 추가해주면 된다.
LoadModule php5_module "c:/php/php5apache2_4.dll"
AddHandler application/x-httpd-php .php
# configure the path to php.ini
PHPIniDir "C:/php"
DirectoryIndex index.html index.php
'웹 & 프레임워크' 카테고리의 다른 글
아파치 톰캣 연동 (0) | 2014.05.12 |
---|---|
[PHP]APACHE 아파치 최신버전 2.4 윈도우 설치 (0) | 2014.05.12 |
[PHP]아파치 윈도우즈 서비스에 등록하기 (0) | 2014.05.12 |
[PHP]PHP실행시 에러, MSVCR110.dll 에러 (0) | 2014.05.12 |
c:import를 이용해서 사이트 완전 가져오기 (0) | 2014.05.11 |