Please Enable JavaScript!
Mohon Aktifkan Javascript![ Enable JavaScript ]

aai1.5 사용중인데 이슈가 있습니다. > 질문답변

본문 바로가기
사이트 내 전체검색

질문답변

aai1.5 사용중인데 이슈가 있습니다.

페이지 정보

본문

제가 특정 스크립트를 홈서버에 설치를 해서 테스트중입니다.

centos7 입니다.  그런데 실행하면
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at @localhost" rel="nofollow">root@localhost 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.

이에러가 떠서 에러로그름 보니

[Sun Feb 09 14:10:30.894723 2020] [core:alert] [pid 5937:tid 140456336873216] [client 218.157.59.152:14321] /home/hwik/public_html/api/.htaccess: Options not allowed here

이게 나옵니다..
제서버 환경에 무엇이 문제일까요? .htaccess을 허용해야 한다는 뜻인거 같은데요. AAI 가 .htaccess 허용이 안되었을리는 없다고 생각하는데요.

혹시 스크립트에 맞게 무얼 설정해야 할까요?

 

.htaccess 내용입니다.

 

<IfModule mod_rewrite.c>
    #Enable URL rewriting
        RewriteEngine On
        
    #Uncomment the following lines as instructed to redirect all http:// requests to https://
    #If using Cloudflare SSL, uncomment this line
        #RewriteCond %{HTTP:CF-Visitor} {"scheme":"http"}
    #If NOT using Cloudflare SSL and using HTTP Proxy (e.g., OVH Load Balancer), uncomment this line
        #RewriteCond %{HTTP:X-Forwarded-Proto} !https        
    #If NOT using Cloudflare SSL or HTTP Proxy, uncomment this line
        #RewriteCond %{HTTPS} off
    #Always uncomment these lines
        #RewriteCond %{REQUEST_URI} (.*[^\.][^m][^p][^3])$ [or]
        #RewriteCond %{REQUEST_URI} ^(/)$
        #RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]        
        
    #If using Cloudflare SSL
        RewriteCond %{HTTP:CF-Visitor} {"scheme":"https"}
        RewriteCond %{REQUEST_URI} (\.mp3)$
        RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]         
        
    #Redirect to robots.txt
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f 
    RewriteRule ^(robots\.txt)$ store/$1 [QSA,L] 
    
    #Test URL Rewriting (config check only)
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteRule (test-url-rewriting)$ inc/version.php [QSA,L]     

    #Redirect to active template        
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteRule ^(.*)$ index.php?req=$1&%{QUERY_STRING} [QSA,L]               
</IfModule>

답변만 하셔도 기본적으로 50P,답변채택시 내공 포인트 200P 가 지급됩니다. 답변 마감일 :2020 년 12 월 31 일

댓글목록

profile_image
채택완료

웹지기님의 댓글

웹지기 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 us 아이피 (68.♡.♡.87) 작성일

해당 .conf 파일에서 AllowOverrideallow 설정을 확인 해 보세요.

profile_image

가이더님의 댓글의 댓글

no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 kr 아이피 (59.♡.♡.133) 작성일

설정이 안되어 있는데요. 어떻게 작성해야 할까요?

※ 답변기간이 종료되어 추가 답변이 불가 합니다.
질문답변 목록
번호 포인트 제목 답변 글쓴이 조회 날짜
106 댓글+ 3 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10860 07-01
105 100 댓글+ 2 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10913 09-27
104 200 댓글+ 3 no_profile 실황 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 13210 12-24
103 300 댓글+ 10 bluewolf 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 19830 09-06
102 200 댓글+ 6 no_profile ango 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 19791 03-27
101 500 댓글+ 2 no_profile 태린파파 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6603 12-11
100 200 댓글+ 2 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14099 01-18
99 댓글+ 3 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10668 07-02
98 100 댓글+ 6 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11570 09-27
97 200 댓글+ 4 no_profile 수영선수 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11195 01-03
96 200 댓글+ 6 no_profile 이스보 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15390 09-09
95 200 댓글+ 4 no_profile dawn 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 21908 04-03
94 500 댓글+ 3 no_profile 태린파파 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14517 03-11
93 500 댓글+ 2 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15670 01-19
92 댓글+ 5 no_profile 가이더 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10520 07-03

검색

회원로그인

회원가입
QnA nanoomihost. dnsever. dnszi.

사이트 정보

포인트 정책
포인트 순위
사이트명 : 아파치존
개인정보관리책임자 : JOO SUNG

접속자집계

오늘
12,174
어제
14,205
최대
176,238
전체
4,049,898
Copyright © apachezone.com. All rights reserved.