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>
이미 작업했던 건데도 매번 까먹는 부분이 많이 생김 ㅠ
제목 | 날짜 | ||
---|---|---|---|
503 | [윈도우서버] vultr 에 윈도우 서버 iso 사용하기 | 714 | 2017/04/17 |
502 | [Apm] 오토셋(autoset) 설치할 때 “MSVCR110.DLL” 문제 | 766 | 2015/08/29 |
501 | [GitHub] 카페24에서 github 다운로드 받는 방법 | 773 | 2018/08/02 |
500 | [엑셀] [엑셀]티켓 출력하기(일련번호 출력)-1 | 811 | 2019/02/03 |
499 | 리눅스 cp 명령어 사용법 정리 (파일, 디렉토리 복사, 백업) | 814 | 2020/12/12 |
498 | [윈도우] Windows 10 사용 중 DISM 도구 사용 시 0x800f081f 오류 | 826 | 2020/07/29 |
497 | [윈도우서버] [autoset] Autoset (오토셋) - MySQL「서버를 시작하지 못했습니다」에러 해결 (= Autoset, DB접속에러, 서버실행오류,Warning: mysqli_connect(): in ..Error, Connect Error:) | 833 | 2020/02/15 |
496 | [리눅스서버] 리눅스 소켓 접속 수 제한 풀기 | 837 | 2017/04/18 |
495 | [윈도우] svg viewer - 탐색기에서 바로 svg 아이콘 이미지로 보는 방법 | 888 | 2020/08/10 |
494 | [리눅스서버] mysql strict mode 끄기 | 888 | 2018/03/29 |
493 | [GitHub] 깃허브 오류 해결.. | 997 | 2015/06/29 |
492 | [엑셀] 무료 Excel 용 Kutools(Kutools for Excel) 대체 프로그램 8개 | 998 | 2019/02/03 |