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>
이미 작업했던 건데도 매번 까먹는 부분이 많이 생김 ㅠ
제목 | 날짜 | ||
---|---|---|---|
167 | [텔넷] [MySQL] 검색 후 삭제하기 | 2887 | 2016/02/18 |
166 | [하드웨어] ASUS N550JK노트북 메모리 추가장착 | 409 | 2016/02/24 |
165 | [윈도우] 속도빠른 VPN으로 불금을 즐겨보자 | 0 | 2016/03/14 |
164 | [네트워크] 정부통합전산센터 아이피 | 462 | 2016/07/17 |
163 | [리눅스서버] [Ubuntu + Nginx + PHP7] 502 error log | 79 | 2017/03/07 |
162 | [리눅스서버] [Nginx] www redirect (리다이렉트) | 643 | 2017/03/13 |
161 | [윈도우] 키보드 단축키로 제어판 소리 설정창 열기(실행 - 제어판 소리 설정) | 4985 | 2017/03/15 |
160 | [MySQL] 테이블명 교체하기 쿼리문 | 96 | 2017/03/15 |
159 | [MySQL] MySQL 명령어 | 74 | 2017/03/15 |
158 | [MySQL] Mysql 프리픽스 수정하기 | 92 | 2017/03/15 |
157 | [리눅스서버] upstream 500 에러 | 105 | 2017/03/18 |
156 | [리눅스서버] 아파치 재시작/아파치 리로드 | 149 | 2017/03/20 |