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