htaccess 관련 질문입니다..

htaccess 관련 질문입니다..

QA

htaccess 관련 질문입니다..

본문

제가 어느부분을 잘못 썼는지 좀 봐주실 분 계시면 고쳐주세요 ㅠ ㅠ

​
AddType application/x-httpd-php .htm .html

#HTTPSへリダイレクト
RewriteEngine On
RewriteBase /
RewriteRule ^join/form\.html$ https://www.test.or.jp/join/form.html [R=301,L]
RewriteRule ^site/contact\.html$ https://www.test.or.jp/site/contact.html [R=301,L]

#404 not found
ErrorDocument 404 http://www.test.or.jp/site/404.html

#wwwの有り無し統一
RewriteCond %{HTTP_HOST} ^(test\.or\.jp)(:80)? [NC]
RewriteRule ^(.*)$ http://www.test.or.jp/$1 [R=301,L]

RewriteEngine off


이 질문에 댓글 쓰기 :

답변 2

마지막에 RewriteEngine off 을 꼭 써야하는 건가요?

rewrite rule 설정에서 RewriteEngine off 를 쓰는 경우는 못 본 듯 한데요.

테스트는 안해봤지만.. 아래처럼 수정을 해보세요.

 


RewriteCond %{HTTPS} off
RewriteRule ^join/form\.html$ https://www.test.or.jp/join/form.html [R=301,L]
RewriteCond %{HTTPS} off
RewriteRule ^site/contact\.html$ https://www.test.or.jp/site/contact.html [R=301,L] 
답변을 작성하시기 전에 로그인 해주세요.
전체 112
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT