my whole website based on HTTPS, i wanna redirect HTTPS to HTTP, but not the whole web, but few pages, please let me know how can i do this?
RewriteEngine On RewriteCond %{SERVER_PORT} !^80$ RewriteRule ^.*$ http: //%{SERVER_NAME}%{REQUEST_URI} [L,R] but that would redirect it completly