Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 미라지
- 10g
- oracle not exists
- SELECT UPDATE
- jquery
- 오라클
- M480
- Download
- 2NE1
- Modeling
- DATABASE
- 한글
- 태그를 입력해 주세요.
- input box
- 다운로드
- oracle not in
- html
- 이클립스
- eclipse
- 검색
- iTunes
- error
- java
- javascript
- Oracle
- 설치
- update
- 링크
- jqeury
- 개발자
Archives
- Today
- Total
not set
Apache 리다이렉션 시키기 본문
가끔 사용자가 웹접속하는 URL를 강재로 전환하거나 페이지 전환을 해야 할 경우
아래처럼 가볍게 Redirect 옵션을 써주자.
<VirtualHost *:80>
ServerAdmin aa@aa.net
DocumentRoot /home/aa
ServerName aa.co.kr
ServerAlias www.aa.co.kr
Redirect / http://www.aa.co.kr
ErrorLog logs/error_log
CustomLog logs/access_log common
</VirtualHost>
아래처럼 가볍게 Redirect 옵션을 써주자.
<VirtualHost *:80>
ServerAdmin aa@aa.net
DocumentRoot /home/aa
ServerName aa.co.kr
ServerAlias www.aa.co.kr
Redirect / http://www.aa.co.kr
ErrorLog logs/error_log
CustomLog logs/access_log common
</VirtualHost>
'Apache > Apache HTTP Server' 카테고리의 다른 글
SetEnvIf 지시어 (0) | 2009.06.10 |
---|---|
apache httpd server log 로그 설정 (0) | 2009.06.09 |
아파치 로그 설정 (rotatelogs) (0) | 2009.06.09 |
Windows용 아파치 로그관리 (0) | 2009.06.09 |
접근 로고에 이미지에 대한 요청을 로그하지 않기 (0) | 2009.06.09 |