원문 : 근땅e님의 글
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>
로 수정 합니다.
<Directory "C:/APM_Setup/htdocs">
#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
Options FollowSymLinks MultiViews ExecCGI
#
# 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
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
이 부분을 찾으셔서
<Directory "C:/APM_Setup/htdocs">
#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
Options FollowSymLinks MultiViews ExecCGI
#
# 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
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
로 수정 합니다.
이제 서버를 다시 시작하신 후
설치를 진행 합니다.
'도서관 I > 홈페이지 관련' 카테고리의 다른 글
[펌] 테터툴즈와 티스토리에서 카테고리등을 펼쳐진 상태로 시작하게 하는 법 (0) | 2007.06.28 |
---|---|
[바람이] 제로보드에서 각 게시판마다 RSS 제공하기 (3) | 2007.05.12 |
[바람이] 테터툴즈 관리자 페이지에서 사이드바 "페이지 오류" 문제 (3) | 2007.05.10 |
[바람이] 파비콘 제작 싸이트 (0) | 2007.05.06 |