Tag Archives: Rewrite

htaccess 수정 및 활용(Rewrite,RewriteCond,RewriteRule)

  블로그 이전을 하면서 기존링크를 새로운 blog로 연결시키기위해 좋은 방법이 없을까 고민하다가 .htaccess을 사용하기로 했다. 간단하게 htaccess의 사용법을 정리하면..

-> Rewrite 모듈 호출

-> RewriteCond 조건이 맞으면 RewriteRule을 적용한다는 의미 즉, 위의 2줄의 의미는 “만약 요청한 파일이 있다면 … Continue reading

Posted in WEB/WAS | Tagged , , , | Leave a comment

Apache rewrite Module

  Apache rewrite Module Apache 는 추가적으로 사용할 수 있는 유용한 모듈들을 제공합니다. 이번강좌에서는 Apache의 URL Rewrite 모듈을 사용하기 위한 컴파일,설치 와 httpd.conf의 설정방법 그리고 활용방법에 대해 알아보겠습니다. Apache 다운로드 : http://www.apache.org 1. rewrite 모듈을 사용하기 위한 Apache 컴파일옵션 Rewrite … Continue reading

Posted in WEB/WAS | Tagged , , , | Leave a comment