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>
이미 작업했던 건데도 매번 까먹는 부분이 많이 생김 ㅠ
제목 | 날짜 | ||
---|---|---|---|
47 | [생활] 휴대폰 보험청구하기 | 99 | 2020/01/20 |
46 | [뉴스] 차단된 웹사이트는 이 방법으로 접속해주세요 | 9852 | 2020/01/29 |
45 | [윈도우] [윈도우10] 가상데스크탑 활용하기(단축키) | 71 | 2020/02/01 |
44 | [하드웨어] dell xps 15 9570 팬소음 문제 | 563 | 2020/02/09 |
43 | [윈도우서버] 오토셋 아파치 에러로그 확인하기 | 350 | 2020/02/14 |
42 | [윈도우서버] [autoset] Autoset (오토셋) - MySQL「서버를 시작하지 못했습니다」에러 해결 (= Autoset, DB접속에러, 서버실행오류,Warning: mysqli_connect(): in ..Error, Connect Error:) | 833 | 2020/02/15 |
41 | [MySQL] How to change a MySQL database’s table prefix | 59 | 2020/02/18 |
40 | [MySQL] mysql 접두어 변경하기 | 1346 | 2020/02/18 |
39 | [유틸리티] 중복파일 제거 Duplicate Cleaner | 268 | 2020/03/06 |
38 | [PHP] phpmyadmin 서버 에러가 감지되었습니다. [1] | 372 | 2020/04/06 |
37 | [리눅스서버] 리눅스 폴더 찾기 | 71 | 2020/04/13 |
36 | [윈도우서버] xampp 설치 | 1416 | 2020/04/14 |