2012-11-19 3 views

답변

1

시도 :

RewriteEngine On 
RewriteCond %{SERVER_PORT} !^443$ 
RewriteRule ^(/index.php?route=information/contact) https://mywebsite.com$1 [L,R=301] 

이 (OP는 "mod_rewrite는"함께 할 방법을 물어)

1

그냥 간단한 "그이는"리디렉션 :

Redirect 301 http://mywebsite.com/index.php?route=information/contact https://mywebsite.com/index.php?route=information/contact 
관련 문제