The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at localhost@localhost.com to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
1. autoset10 을 설치하고 사이트가 저런 오류를 뿜어내서 찾아보니 .htaccess 문제였음. 2. httpd.conf 에서 서브 도메인 관련 처리해주면 됨. C:\AutoSet10\server\conf\httpd.conf 파일을 열고 mod_rewrite.so 부분 주석을 풀고 다음과 같이 추가해줌. 3. 웹서버 재시작
LoadModule rewrite_module modules/mod_rewrite.so
<Directory D:/Web/Client/2018/varycolor_20180820/www>
AllowOverride ALL
</Directory>
<Directory D:/Web/Client/2018/*/www>
AllowOverride ALL
</Directory>
<Directory D:/Web/Client/2018/*/*>
AllowOverride ALL
</Directory>
<Directory D:/Web/eond/*>
AllowOverride ALL
</Directory>
이미 작업했던 건데도 매번 까먹는 부분이 많이 생김 ㅠ
제목 | 날짜 | ||
---|---|---|---|
683 | [아임웹] 아임웹 - 모바일 메뉴 하단에 SNS 아이콘 추가하는 코드 | 224 | 2024/03/15 |
682 | 카카오지도 가려지는 문제 | 59 | 2024/02/01 |
681 | [메신저] 카카오톡 알림톡 개발하기 #1 | 109 | 2023/08/01 |
680 | [기타] WidgetBot - 디스코드 채팅 방을 블로그에 달자! | 106 | 2023/05/04 |
679 | [웹 제작] 홈페이지를 만드는 방법에는 어떤 게 있나요? | 93 | 2023/04/06 |
678 | [윈도우] 갑자기 윈도우10 알트탭(alt + tab)이 정상 사용 안될 때 확인 및 처리 방법? : 네이버 포스트 (naver.com) | 124 | 2023/03/17 |
677 | [사이트관리] 사이트맵 FAQ | 50 | 2023/01/31 |
676 | [웹 제작] website to learn | 44 | 2022/12/27 |
675 | [웹 제작] 임시이미지 사이트 https://placeimg.com/ | 66 | 2022/11/27 |
674 | [GitHub] 다른 깃헙 가져오기 cli | 106 | 2022/01/23 |
673 | [GitHub] git branch 변경 | 94 | 2022/01/21 |
672 | [GitHub] 좋은 git 사용 습관 | 274 | 2022/01/01 |