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 |
Tags
- 이클립스
- 다운로드
- iTunes
- input box
- SELECT UPDATE
- 오라클
- DATABASE
- Oracle
- 한글
- 태그를 입력해 주세요.
- oracle not exists
- html
- 2NE1
- 설치
- Modeling
- Download
- jquery
- 링크
- error
- 검색
- update
- 개발자
- 10g
- eclipse
- javascript
- java
- jqeury
- oracle not in
- 미라지
- M480
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 |