메뉴 건너뛰기

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. 텍스트큐브 관리자로그인 관련

    Date2009.03.22 CategoryIT By모아레 Views280
    Read More
  2. 탐색기에서 보기 기본설정을 아이콘으로 바꾸는 방법

    Date2009.03.13 CategoryIT By모아레 Views242
    Read More
  3. 타입커버 업데이트 및 Fn 키 동작

    Date2013.12.04 CategoryIT ByMoA Views392
    Read More
  4. 컴퓨터 관련 사이트 정리

    Date2007.05.14 CategoryIT ByMoA Views379
    Read More
  5. 커널이란?

    Date2009.08.02 CategoryIT By모아레 Views416
    Read More
  6. 카카오톡 해킹, 진실은?

    Date2011.01.08 CategoryIT By모아레 Views492
    Read More
  7. 추억의 프로그램 'Mdir'

    Date2013.05.20 CategoryIT ByMoA Views538
    Read More
  8. 초저가 미니 PC 라즈베리 파이(Raspberry Pi)

    Date2012.11.09 CategoryIT ByNaya Views380
    Read More
  9. 첨단 IT서비스

    Date2010.02.15 CategoryIT By모아레 Views266
    Read More
  10. 차세대 웹의 특징, "황금의 삼각형"

    Date2010.11.27 CategoryIT By모아레 Views307
    Read More
  11. 좋은 컴퓨터 의자

    Date2013.11.24 CategoryIT ByMoA Views326
    Read More
  12. 전문작업용으론 사용하기 애매한 27인치 보급형 QHD 모니터들

    Date2012.04.09 CategoryIT By너울 Views289
    Read More
  13. 저작권이 프리한 이모티콘 다운 받는 사이트

    Date2015.08.23 CategoryIT ByMoA Views489
    Read More
  14. 자기 컴퓨터에 테터툴즈 설치하기

    Date2007.08.26 CategoryIT ByMoA Views393
    Read More
  15. 인텔, 무선 디스플레이(와이다이) 기술 실용화 발표

    Date2011.09.15 CategoryIT By너울 Views306
    Read More
  16. 인텔 모바일 CPU 호환성 가이드(Intel Mobile Processor Compatibility Guide) - CPU 업그레이드 관련

    Date2010.09.16 CategoryIT By모아레 Views5733
    Read More
  17. 이음과 해체의 무한 변주, ‘쿼라’의 완결성

    Date2011.01.22 CategoryIT By모아레 Views700
    Read More
  18. 음향관련 측정수치 및 그래프에 관한 기본지식

    Date2010.12.29 CategoryIT By모아레 Views513
    Read More
  19. 윈도우폰7, 올 가을 국내 출시…새 버전 ‘망고’ 미리보기

    Date2011.05.31 CategoryIT By비지 Views228
    Read More
  20. 윈도우8 스토어 지역 변경

    Date2013.08.27 CategoryIT ByMoA Views302
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 Next
/ 9
위로