Hi, I have a site with SSL. I want that if a user came in
http://www/mydomain.com/michel via automatic the user is redirect to
https://www/mydomain.com/michel

I have see manual, but I'm a newbie in regular expression. 
In httpd.conf I have:
<Directory /usr/local/apache-1.3.12/htdocs/michel>
        Order allow,deny
            Allow from all
        RewriteEngine        on
        RewriteCond  %{HTTPS} !=on
        RewriteRule  (.*) https://%{SERVER_NAME}/ [R,L]
        #RewriteRule   * https://%{SERVER_NAME}/$1
        </Directory>

out of every <IfModule> 

Tnx in advance

both them (Windows and M. Lewinski) suck a lot and both them are
are giving Bill some trouble.
--
Michel <ZioBudda> Morelli               [EMAIL PROTECTED]

ICQ UIN: 58351764                       PR of PhpItalia.com
http://www.ziobudda.net                 http://faq.ziobudda.net

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to