로그인

검색

MoA
조회 수 3481 추천 수 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. bandwidth란 무엇일까요?

  2. 포토샵 간단 강좌

  3. 커널이란?

  4. 오픈웹 엑스 파일 최종회: 줄기세포는 없다

  5. 우분투 9.04 기본적인 삽질

  6. 리눅스 서버 운영 초보자를 위한 북마크

  7. Windows RC? RTM이 뭐야?

  8. 원격 데스크톱 설정

  9. [칼럼]지금은 WCU의 활성화가 필요한 때

  10. 어떻게 해외사이트에 접속할 수 있을까? - 해저 광케이블

  11. KSTAR를 둘러싼 소문들의 진실

  12. 윈도우 7 인증없이 최대 120일 사용하기

  13. 윈도우 7 - 최근에 사용한 항목 지우기

  14. 윈도우 7 설치시 참고

  15. 윈도우 7 - 빠른 실행 되살리기

  16. 구글 북 스캔 기계의 비밀을 파헤친다.

  17. 무선 인터넷 보안팁 10가지

  18. acronyms

  19. 해석기하학의 탄생

  20. 텍스트큐브 관리자로그인 관련

Board Pagination Prev 1 ... 11 12 13 14 15 16 17 18 19 20 Next
/ 20