쿼리 스트링 ID를 가지고 특정 action(URL)로 보내되, 파라미터는 날린다. (QSA 반대)
Rewritecond를 이용하여 query string을 비교하고,
RewriteRule의 Substitute 의 query string을 날릴 수 있다.
Rewritecond %{query_string} ^id=(.*)
RewriteRule ^/google/flash.axs http://flash.google.com/%1? [R,L]
'web' 카테고리의 다른 글
java oscache NeedsRefreshException 처리 및 getFromCache 반복 호출 유의 (0) | 2009.02.07 |
---|---|
자바 웹 어플리케이션 - commons-pool-1.4 + commons-dbcp-1.2.2 Deadlock (0) | 2009.02.06 |
rewrite에서 exclude 사용하기 (0) | 2009.01.30 |
자바스크립트 - Dom 생성하기 (0) | 2009.01.06 |
인증서 문제 (0) | 2008.12.15 |