RE: Using SSL Issue
12-08-2016, 02:17 PM
(This post was last modified: 12-08-2016, 04:39 PM by cam246.)
Here is the full httpd-vhosts.conf file.
http://pastebin.com/T5x1cKjG
I noticed the rewrite says {HTTP_HOST} does that mean whatever host is entered?
http://pastebin.com/T5x1cKjG
I noticed the rewrite says {HTTP_HOST} does that mean whatever host is entered?
Code:
RewriteRule ^/(.*) https://%{HTTP_HOST}/$1 [NC,R,L]