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>
이미 작업했던 건데도 매번 까먹는 부분이 많이 생김 ㅠ
제목 | 날짜 | ||
---|---|---|---|
9 | [Apm] 오토셋(autoset) 설치할 때 “MSVCR110.DLL” 문제 | 766 | 2015/08/29 |
8 | [Apm] [Autoset] XE 설치 중 Session.auto_start 설정 : 불가능 문제 | 515 | 2015/08/29 |
7 | [Apm] [bitnami] 맥에서 APM 사용하기(비트나미 설치) | 289 | 2015/09/22 |
6 | [Apm] AutoSet(오토셋) vs ApmSetup7 | 294 | 2015/11/17 |
5 | [Apm] WT-NMP - portable Nginx Mysql Php development stack for Windows | 142 | 2015/11/17 |
4 | [Apm] WPИ-XM | 80 | 2015/11/17 |
3 | [Apm] xampp | 87 | 2015/11/18 |
[Apm] autoset 500 Internal Server Error | 357 | 2018/12/04 | |
1 | [Apm] 오토셋에서 mysql 명령어 입력하기 | 212 | 2018/12/10 |