Soldato
Need some help here guys.
It's a fairly standard Apache issue.
HTTP is being redirected to HTTPS
So http://example.web.local.com is being redirected to https://example.web.local.com
What I need to do is redirect anyone that is going to https://example.web to the full FQDN https://example.web.local.com.
Any ideas?
I tried ServerAlias and setting up another VirtualHost.
There must be a simple rewrite rule I can put in to the existing 443 virtual host to do this.
Thanks
It's a fairly standard Apache issue.
HTTP is being redirected to HTTPS
So http://example.web.local.com is being redirected to https://example.web.local.com
What I need to do is redirect anyone that is going to https://example.web to the full FQDN https://example.web.local.com.
Any ideas?
I tried ServerAlias and setting up another VirtualHost.
There must be a simple rewrite rule I can put in to the existing 443 virtual host to do this.
Thanks