일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- dock
- oracle
- appspresso
- JSON
- rowspan
- MySQL
- GPS
- iBATIS
- node.js
- 전자정부프레임워크
- swingx
- PLSQL
- Android
- phonegap
- Struts
- WebLogic
- Eclipse
- Ajax
- sencha touch
- 가우스
- Spring
- tomcat
- MFC
- JDOM
- jQuery
- 선택적조인
- jsr 296
- ibsheet
- Google Map
- PHP
Archives
- Today
- Total
Where The Streets Have No Name
xampp설치후 외부에서 접속시 403에러 발생 본문
C:\xampp\apache\conf\extra 에서 httpd-xampp.conf을 연다
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Order deny,allow
Allow from all
ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
위와 같이 수정해서 보안을 풀어준다.