How disable SSL redirect for specific URL?

Your URL http://domain.com/server should work without problems.
Most likely you have activated an HTTPS redirection for your website.

You should check:

  1. If you have a security or other type of plugin that forces the HTTPS redirection and deactivate the redirection. (Most likely they will edit your .htaccess file in order to force the HTTPS)
  2. Check your .htaccess file for a custom snippet that forces the HTTPS redirection
  3. Check your Hosting Settings. The HTTPS Redirection might be activated from there.

Leave a Comment