Re: mod rewrite question https to http

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Put the last rewrite rule inside your ssl virtual host and change https to http.

On Feb 2, 2012 12:29 AM, "Roland RoLaNd" <r_o_l_a_n_d@xxxxxxxxxxx> wrote:
Dear all,

I'm a complete newbie to apache and i've inherited a virtual host setup.
i have the need to redirect all traffic from https to http (443 to 80, yes that is correct)

the relevant rewrite rules in httpd.conf are as such:

    # all other traffic is redirected to the SSL site
    RewriteEngine On
    RewriteRule ^/cgi-bin/u/testing.cgi - [L]
    RewriteRule ^/cgi-bin/voice - [L]
    RewriteRule ^/cgi-bin/testing2.cgi - [L]
    RewriteRule ^/cgi-bin/u/results.pl - [L]
    RewriteRule ^/audio - [L]
   RewriteRule ^/gram - [L]
   RewriteRule ^(.*)$ https://%{HTTP_HOST}$1 [L,R=301]

Any advice on how to force all https links to be redirected to http ?

Thanks in advance

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux