Hi @netfixindia
I have been able to check that your site does not seem to be up. I do not experience the ERR_TOO_MANY_REDIRECTS
error or any other, there were no responses from the server.
Having said that, I have been checking you configuration and you have something like this in your bitnami.conf
:
<VirtualHost _default_:80>
DocumentRoot "/opt/bitnami/apache2/htdocs"
ServerName www.chandigarhfashionweek.com
ServerAlias chandigarhfashionweek.com
Redirect permanent / https://www.chandigarhfashionweek.com/
...
<VirtualHost _default_:443>
DocumentRoot "/opt/bitnami/apache2/htdocs"
ServerName www.chandigarhfashionweek.com
ServerAlias chandigarhfashionweek.com
Redirect permanent / https://www.chandigarhfashionweek.com/ <-- this is WRONG
When a user goes to your site through HTTP, the servers redirects it to HTTPS (443). Then, Apache redirects it again to the site and this causes an infinite loop. Please, check out the following guide on how to force HTTPs redirection:
https://docs.bitnami.com/google/apps/wordpress/administration/force-https-apache/
Best regards,
Jose Antonio Carmona
Was my answer helpful? Click on 