메뉴 건너뛰기

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

  2. 탐색기에서 보기 기본설정을 아이콘으로 바꾸는 방법

  3. 타입커버 업데이트 및 Fn 키 동작

  4. 컴퓨터 관련 사이트 정리

  5. 커널이란?

  6. 카카오톡 해킹, 진실은?

  7. 추억의 프로그램 'Mdir'

  8. 초저가 미니 PC 라즈베리 파이(Raspberry Pi)

  9. 첨단 IT서비스

  10. 차세대 웹의 특징, "황금의 삼각형"

  11. 좋은 컴퓨터 의자

  12. 전문작업용으론 사용하기 애매한 27인치 보급형 QHD 모니터들

  13. 저작권이 프리한 이모티콘 다운 받는 사이트

  14. 자기 컴퓨터에 테터툴즈 설치하기

  15. 인텔, 무선 디스플레이(와이다이) 기술 실용화 발표

  16. 인텔 모바일 CPU 호환성 가이드(Intel Mobile Processor Compatibility Guide) - CPU 업그레이드 관련

  17. 이음과 해체의 무한 변주, ‘쿼라’의 완결성

  18. 음향관련 측정수치 및 그래프에 관한 기본지식

  19. 윈도우폰7, 올 가을 국내 출시…새 버전 ‘망고’ 미리보기

  20. 윈도우8 스토어 지역 변경

Board Pagination Prev 1 2 3 4 5 6 7 8 9 Next
/ 9
위로