묻고답하기

아파치 2.4.23, php 5.6.24 환경입니다.

1. rewrite 모듈은 정상적입니다.
[root@test ~]# /usr/local/apache/bin/apachectl -t -D DUMP_MODULES | grep rewrite
 rewrite_module (shared)

2. virtualhost설정없이 기본 htdocs에서는 정상적으로 짧은주소(rewrite_mod) 문제없습니다.

3. 문제는 virtualhost 설정을 하면 "짧은 주소를 사용할 수 없습니다. ....rewirte_mod" 문제가 발생합니다.

.htaccess 파일을 수정해야 될 것 같은데, 어떻게 수정해야 할 지 모르겠습니다.

조언 부탁드립니다.

아래는 httpd.conf htdocs 설정입니다.(기본설정에서 AllowOverride All 만 변경했습니다.)
DocumentRoot "/usr/local/apache/htdocs"
<Directory "/usr/local/apache/htdocs">
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # http://httpd.apache.org/docs/2.4/mod/core.html#options
    # for more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   AllowOverride FileInfo AuthConfig Limit
    #
    #AllowOverride None
    AllowOverride All

    #
    # Controls who can get stuff from this server.
    #
    Require all granted
</Directory>


아래는 virtualhost 설정입니다.
<VirtualHost '도메인':80>
    DocumentRoot "/home/'홈디렉토리'/public_html"
    ServerName '도메인'
    ErrorLog "|/usr/local/apache/bin/rotatelogs /usr/local/apache/logs/error_log_%Y%m%d 86400"
    CustomLog "|/usr/local/apache/bin/rotatelogs /usr/local/apache/logs/access_log_%Y%m%d 86400" combined
</VirtualHost>

<Directory "/home/'홈디렉토리'">
    Options FollowSymLinks
    AllowOverride All
    Require all granted
</Directory>
 

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
94blossom 검색부분을 가운데로 하고싶은데요 어떻게 하는 건가요? [1] file 2016.08.02 by 라자루스
꿈꾸는나무 페이지이동 스크립트 문의드려요.+ 홈페이지 꾸미는 문의  
대보름 아파치 virtualhost 짧은주소(rewrite) 문의 [5] 2016.07.26 by 대보름
PodongS2 게시판 NEW 노출시간 설정 궁금합니다!! [5] 2016.07.12 by Xe재미나게
흑사탕 footer 고정 [8] 2016.06.14 by 흑사탕
kjmedi626 관리자주소를 모르겠습니다...ㅠㅠ [4] 2016.05.27 by kjmedi626
이진샘 db에서 data 불러오기 중에 문법 오류가 있나해서 조언을 구해봅니다. [3] 2016.05.21 by 이진샘
klp**** Node.JS html로의 데이터 전송 여부 질문입니다.  
lark007 xediton 의 컨텐츠 영역 가로 폭을 늘리려면 어디서 하나요? file  
꽃민 새글 알림 도와주세요..ㅠㅠ [2] 2016.04.19 by 꽃민
꽃민 관리자만 알림 뜨려면... [2] 2016.04.19 by 꽃민
캣대디 실시간 새글 알림 애드온 특정게시판만 알림오게하려고 합니다. [5] 2016.04.18 by 꽃민
으흥 XE mysqli_innodb 설치 진행 안되는 문제, sock 방식 연결 [3] file 2016.04.09 by 으흥
디버 XE + CUBRID 문의 [1] 2016.03.29 by 기진곰
물김밥 LNB메뉴 사이즈 조절 할 수 없을까요..? [1] 2016.03.29 by WebdesignerS
마뇨 앱을 통한 직접 입력 후 웹 게시판에서 수정할려고 합니다.  
theaud**** 폴더안 txt 문서를 php explode 하여 mysql 에 넣는 과정이 안됩니다ㅠㅠ  
Hi_Roy Edge 브라우저에서 제 게시판 툴바 중에 특수문자랑 미디어 삽입이 동작하지 않는데 해결방법을 모르겠네요. [1] 2016.03.21 by 퍼니엑스이
뻬빠 WORD문서 내용 복사해서 붙이기 문의 [1] 2016.03.14 by 뻬빠
뉴질맨 Core Up 1.8.15 - 1.8.18 [2] 2016.03.11 by 뉴질맨