Welcome Guest, Not a member yet? Register   Sign In
Redirect doesn't work with SSL
#4

I change https in base_url config.php but still no change.
I don't know where to put this AllowOverride and what is the correct syntax
Currently in our ssl.config file I have

#<VirtualHost *:80>
#DocumentRoot /path/to/site/
#ServerName www.example.com
#Redirect permanent / https://www.example.com/
#</VirtualHost>

#<VirtualHost *:443>
#DocumentRoot /path/to/site/
#ServerName www.example.com
#SSLEngine on
#SSLCertificateFile /root/www_example_com.crt
#SSLCertificateKeyFile /root/www_example_com.key
#SSLCertificateChainFile /root/certificate.crt
#</VirtualHost>

Lines are commented because otherwise this website redirects to out other website.
Reply


Messages In This Thread
Redirect doesn't work with SSL - by ghost13 - 04-11-2017, 05:33 AM
RE: Redirect doesn't work with SSL - by ghost13 - 04-13-2017, 12:11 AM
RE: Redirect doesn't work with SSL - by InsiteFX - 04-14-2017, 02:30 AM
RE: Redirect doesn't work with SSL - by ghost13 - 04-25-2017, 01:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB