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) 작성일

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

※ 답변기간이 종료되어 추가 답변이 불가 합니다.
질문답변 목록
번호 포인트 제목 답변 글쓴이 조회 날짜
250 200 댓글+ 2 no_profile 머라구 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 31198 04-09
249 500 댓글+ 1 no_profile 정글쥬스 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15672 04-07
248 500 댓글+ 1 no_profile 정글쥬스 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15916 03-31
247 200 댓글+ 1 no_profile 점프 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 13479 03-22
246 200 댓글+ 2 no_profile tns123 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7835 02-21
245 200 댓글+ 1 no_profile 우이우이 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11753 02-10
244 200 댓글+ 4 no_profile nono 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8468 02-08
243 500 댓글+ 1 해피탱크 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7931 02-07
242 500 댓글+ 5 무와보 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8956 01-28
241 500 댓글+ 16 해피탱크 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 13273 01-26
240 200 댓글+ 1 no_profile 상득아 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6557 01-24
239 200 댓글+ 4 no_profile 상득아 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7808 01-22
238 200 댓글+ 1 no_profile 지아s 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6267 01-17
237 200 댓글+ 6 no_profile 머라구 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10155 01-16
236 300 댓글+ 2 우라질 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14389 12-28

검색

회원로그인

회원가입
QnA nanoomihost. dnsever. dnszi.

사이트 정보

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

접속자집계

오늘
5,327
어제
10,794
최대
176,238
전체
3,573,544
Copyright © apachezone.com. All rights reserved.