can someone explain why neither of these rules work:_


Rule 1:_
RewriteCond %{HTTP_HOST}%{REQUEST_URI} ^(.*)(?!wp-login) [NC]
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [L]


_Rule 2:_
RewriteCond %{REQUEST_URI} ^wp-login(.*)$
RewriteRule .? - [S=1]
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]


We are trying to rewrite all pages back to http except for one special page: wp-login. Any help would be greatly appreciated.

--
James Jones
+1-413-667-9199
ja...@freedomnet.co.nz

Reply via email to