Re: [EMAIL PROTECTED] IP based http->https redirection

2007-01-23 Thread Serge Dubrouski
mod_rewrite is your friend: http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html You can build RewriteCond based on REMOTE_HOST/REMOTE_ADDR and use RewriteRules then. Something like RewriteCond %{REMOTE_HOST} ^host1.* RewriteCond %{REMOTE_HOST} ^host2.* RewriteCond %{REMOTE_HOST} ^host3.*

[EMAIL PROTECTED] IP based http->https redirection

2007-01-23 Thread Dragan Zubac
Is it possible to redirect http->https traffic for all IP addresses range,except for specific IP address range for which not to redirect anything and behave normal (http->http,https->https) ? Sincerely Dragan Zubac __ This e