묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
설치 첫화면부터 안됩니다 ㅠㅠ 도와주세요.
2012.10.12 15:51
안녕하세요
홈페이지에 게시판을 넣으려고 하는데 그누보드랑 제로보드같은게
리눅스호스팅에서 작동하는 것이라서 그저께 호스팅도 리눅스호스팅으로 갈아타고
다시 시도해봤는데 처음 시작페이지 조차 뜨질 않네요.
윈도우호스팅때는 그래도 SQL 아이디랑 적는거까지는 갔다가 그 이후부터 안됐는데 말이죠 ㅠㅠ
사용권한도 체크, SQL도 미리 만들어놨는데.
500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@aastudioconsulting.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
이렇게 뜨면서 되질 않습니다. 어떻게 해야할까요? ㅠㅠ
혹시 비슷한 증상 겪으신분 도와주세요.
아파치 httpd.conf 에 설정 중에 LoadModule rewrite_module modules/mod_rewrite.so 가 주석 처리 되어있는지 확인해 보세여.
주석 처리가 되어있다면 풀어 주시고 다음 부분을 확인해 주세요.
<Files ".ht*">
# Require all denied
</Files>
위와 같이 되어 있다면
<Files ".ht*">
# Require all denied
Order allow,deny
Deny from all
Satisfy All
</Files>
일케 바꾸시고 아파치 재구동 후에 사용해 보세요.