메뉴 건너뛰기

OBG

정보게시판

MoA
조회 수 393 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
APM 설치 경로 > Server > Apache > conf > httpd.conf 파일을 편집기(메모장)으로 열기


--------------------------------------------------------------------------------


#LoadModule rewrite_module modules/mod_rewrite.so
#AddModule mod_rewrite.c

이 부분의 # 주석을 해제

LoadModule rewrite_module modules/mod_rewrite.so
AddModule mod_rewrite.c




--------------------------------------------------------------------------------


<Directory />
    Options FollowSymLinks
    AllowOverride None
</Directory>

위를 아래로 수정

<Directory />
    Options FollowSymLinks
    AllowOverride FileInfo
</Directory>


--------------------------------------------------------------------------------

# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
    AllowOverride None

이 부분을 아래로 수정

# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
    AllowOverride FileInfo

#
?

  1. 윈도우 10 클린 인스톨하는 방법

    Date2015.07.30 CategoryIT ByMoA Views352
    Read More
  2. 함수포인터

    Date2006.12.11 CategoryIT ByMoA Views356
    Read More
  3. 간단한 블루스크린 원인 알아보기

    Date2010.10.24 CategoryIT By모아레 Views361
    Read More
  4. 윈도우 파일 시스템 FAT32를 NTFS로 변환하기

    Date2010.05.17 CategoryIT By모아레 Views363
    Read More
  5. 플래시8 새 보안정책

    Date2005.12.12 CategoryIT ByMoA Views366
    Read More
  6. 프로그래머/개발자에 대한 속담과 격언

    Date2011.07.15 CategoryIT By비지 Views368
    Read More
  7. 플래시 강좌

    Date2008.07.11 CategoryIT By모아레 Views370
    Read More
  8. C: 용량 늘리기

    Date2010.05.16 CategoryIT By모아레 Views377
    Read More
  9. 사용자 계정 컨트롤(UAC 기능)을 끄려면

    Date2009.09.12 CategoryIT By모아레 Views378
    Read More
  10. 컴퓨터 관련 사이트 정리

    Date2007.05.14 CategoryIT ByMoA Views379
    Read More
  11. 초저가 미니 PC 라즈베리 파이(Raspberry Pi)

    Date2012.11.09 CategoryIT ByNaya Views379
    Read More
  12. 플래시 3.0

    Date2008.05.14 CategoryIT By모아레 Views380
    Read More
  13. Google Talk 소개

    Date2011.07.02 CategoryIT ByNaya Views383
    Read More
  14. 실리콘 밸리 시대를 연 8인의 배신자와 인텔

    Date2011.12.12 CategoryIT ByNaya Views383
    Read More
  15. 워드프레스 글꼴 변경

    Date2013.05.11 CategoryIT ByMoA Views385
    Read More
  16. Image to base64

    Date2015.04.23 CategoryIT ByMoA Views386
    Read More
  17. 모질라 썬더버드(Thunderbird) 백업과 복구

    Date2010.06.20 CategoryIT By모아레 Views388
    Read More
  18. 타입커버 업데이트 및 Fn 키 동작

    Date2013.12.04 CategoryIT ByMoA Views392
    Read More
  19. Flappy Birds Family 출시

    Date2014.08.02 CategoryIT ByMoA Views392
    Read More
  20. 자기 컴퓨터에 테터툴즈 설치하기

    Date2007.08.26 CategoryIT ByMoA Views393
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 Next
/ 9
위로