Windows 개발 환경에서 apache24 + PHP7 + CodeIgniter3 를 설치하여 연동하는 방법을 기술합니다.CodeIgniter3 를 호출할 때, index.php가 없어도 되도록 rewrite 모듈 설정도 포함합니다. Install apache24apache24 download in https://www.apachelounge.com/download/ : Apache 2.4.35 Win64Extract to "C:\Dev\Apache24" Edit httpd.conf : "C:\Dev\Apache24\conf\httpd.conf"Set ServerRoot Define SRVROOT "c:/Dev/Apache24"Set ServerName ServerName devwb.mydomain.c..