Force HTTPS

to force HTTPS uncomment:

#RewriteCond %{HTTPS} off
#RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

in .htaccess file, located in same directory as file zzzz_2max_io_classified_ads_project_root.txt

after changes it should look like this:

RewriteCond %{HTTPS} off
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]