Keywords: WordPress - AWS - Technical issue - Secure Connections (SSL/HTTPS)
bnsupport ID: 5b699214-8029-5e76-075f-ef4a00803fdd
Description:
Hello. I would like to know how to completely disable HTTPS. I've tried edit the opt/bitnami/apache2/conf/bitnami/bitnami.conf file and include these lines in the 443 Virtual Host:
<VirtualHost _default_:443>
...
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI}
...
</VirtualHost>
And then restart apache with sudo /opt/bitnami/ctlscript.sh restart apache, but it didn't work.