On 5/29/07, Peter Gordon <peter@xxxxxxxxxxxxxxxxxx> wrote:
I replaced the rules above with the following rules, which are meant to redirect https->http. It does not work. No redirect takes place and nothing is logged in the rewrite log file. When I use an https:/ url it continues as an https url.
The fact that nothing is in the RewriteLog implies that the rules aren't even being considered for the request. This is likely happening because ssl requests are being served out of a <VirtualHost> block. To get the mod_rewrite stuff applied, you need to put RewriteEngine On RewriteOptions inherit inside the ssl <VirtualHost> block. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx