사이트 주소 강제로 바꾸는거 설정질문합니다.
본문
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !todaysecret.com$ [NC]
RewriteRule ^(.*)$ http://todaysecret.com/$1 [L,R=301]
이거 맞나요 ?
답변 3
RewriteEngine on
RewriteRule ^(.*)$ https://새도메인.com/ [R=301,L]
RewriteEngine On
RewriteCond %{HTTP_HOST} !^todaysecret.com$ [NC]
RewriteRule ^(.*)$ http://todaysecret.com/$1 [L,R]
알려주신대로 해봐도 반응이 없네요 ㅠㅠ
답변을 작성하시기 전에 로그인 해주세요.