I realize this question has been asked many times before, but I think my problem is unique (but don\'t we all think that?... /philosophy)
My site is getting a redire
OK lets try some stuff here:
Why do you have siteurl http://example.com/site
in your DB when ServerName www.example.com
? If site
folder is like public
it should not be accessible by URI. So your 'site URI' and 'home' should be http://example.com
Are you're trying to rewrite http to https here:
RewriteCond %{HTTP_HOST} ^example.com RewriteRule ^(.*)$ https://www.example.com%{REQUEST_URI} [R=301,L]
Why? Could you please remove it and then check ?
If it doesn't helps, please check apache error.log and print here the output.
Thanks