레이블이 mysql utf8인 게시물을 표시합니다. 모든 게시물 표시
레이블이 mysql utf8인 게시물을 표시합니다. 모든 게시물 표시

2007년 6월 10일 일요일

테터툴즈 1.x 설치시 설정 변경

테터툴즈 1.x 설치시 설정 변경

작성자 근땅e

IP 219.252.174.66 :: WHOIS

트랙백 주소 http://www.apmsetup.com/board.php?mode=trackback&bid=105&uid=7245



httpd.conf 파일을 편집기로 열으셔서

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

이 부분을 찾으신 후

LoadModule rewrite_module modules/mod_rewrite.so
AddModule mod_rewrite.c

이렇게 주석을 해제 합니다.


Options FollowSymLinks
AllowOverride None

이 부분을 찾아서


Options FollowSymLinks
AllowOverride FileInfo

로 수정 합니다.

#
# 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

이 부분을 찾으셔서

#
# 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

로 수정 합니다.

이제 서버를 다시 시작하신 후
설치를 진행 합니다.



무단링크 막는거 남들은 잘 된다는데.. 되질 않네요.

기존 .htaccess 는 모두 제거

HOME\Server\Apache\conf\virtual\hosts.conf
==== 하단에 추가 ======
SetEnvIF Referer "test.co.kr" pass

Order deny,allow
deny from all
allow from env=pass
ErrorDocument 403