jmarrdiaz
5/25/2018 - 3:23 PM

htaccess

joomla htaccess https->http

RewriteEngine On
RewriteCond %{HTTPS} on
RewriteCond %{REQUEST_URI} !administrator
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI}