XAMPP
xampp 설치 후 외부에서 접속 가능하게 수정하기
마이즐
2015. 2. 25. 11:33
1. 아래의 파일을 오픈하여 수정합니다.
xampp \ apache \ conf \ extra \ http-xampp.conf
2. 아래와 같이 수정합니다.
<LocationMatch ”^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))”>
#Require localOrder deny,allow
Allow from all
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>
3. 끝~