Author: niewczyk
Date: 27-07-07 21:48
I'm new to using RewriteRule. I've a problem. I need to rewrite some URL's under https and some back under http. I have no problem with the rewrite to https:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule /user http://%{HTTP_HOST}%{REQUEST_URI} [L]
However, I don't know how to write a RewriteRule from HTTPS to HTTP.
Everthing I try leads me no where.
I'm confused at all the samples I've seen so. Is the someone that could help or point me in the right direction.
|
|