2008-12-03 55 views

回答

5

在Web服務器級別執行操作很簡單。

在Apache中,你會做這樣的:

RewriteEngine On 
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}