Rewrite to https
October 8th, 2010 by fapg
If you want to rewrite a URL to https in the same virtualhost that you run http, you can add the flag RewriteCond %{HTTPS} !=on, like this:
Category: apache, linux, network | No Comments »
October 8th, 2010 by fapg
If you want to rewrite a URL to https in the same virtualhost that you run http, you can add the flag RewriteCond %{HTTPS} !=on, like this:
Category: apache, linux, network | No Comments »