2012-11-19 97 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