mod_rewrite 특정 파일 또는 디렉토리 제외하고 포워딩 하기
리눅스/APACHE2019. 7. 25. 17:46
반응형
.htaccess
RewriteEngine On RewriteCond %{REQUEST_URI} !^/test.html RewriteCond %{REQUEST_URI} !^/imsi/ RewriteRule ^(.*)$ http://sysdocu.tistory.com/$1 [L,R=301] |
위 예제에서는 test.html 및 imsi 디렉토리를 제외하고 모두 sysdocu.tistory.com 으로 포워딩 됩니다.
반응형
'리눅스 > APACHE' 카테고리의 다른 글
error 로그에서 favicon.ico 로그 남기지 않기 (0) | 2020.09.22 |
---|---|
Let's encrypt 설치 및 무료 SSL 인증서 발급 받기 (Ubuntu 20.04, 22.04) (0) | 2020.09.01 |
Ubuntu 에서 Apache 2.4 와 Tomcat 8 (2대) 연동하기 (0) | 2019.06.12 |
SSL 인증서 만료일 확인하기 (0) | 2018.11.30 |
Apache 설치 후 WEB 403 Forbidden 에러 (0) | 2018.11.14 |
댓글()