2014-07-19 80 views

回答

0

嘗試:

RewriteEngine On 

RewriteCond %{HTTP_HOST} ^secure\.gopopal\.com$ [NC] 
RewriteCond %{HTTPS} off 
RewriteRule ^(paymentstep|registername)\.php$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R] 

#if needed, everything else 
RewriteCond %{HTTPS} on 
RewriteRule !^(paymentstep|registername)\.php$ http://%{HTTP_HOST}%{REQUEST_URI} [L,R]