0

When I open the main domain with HTTP (i.e. http://andsoftwares.com), it redirects to https with a double slash (https://andsoftwares.com//).

However, when I open the main domain with HTTPS (i.e. https://andsoftwares.com), it opens fine without a double slash.

Please help me to resolve the problem.

1 Answers1

0

If you using any force to https plugin disable it & try again if not then check your .htaccess file or share the .htaccess RewriteEngine code here

Alpha_Dev
  • 74
  • 6
  • # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress – Trienviro360 Testing Jan 29 '22 at 07:30
  • This is my .htaccess code – Trienviro360 Testing Jan 29 '22 at 07:31
  • Your site .htaccess file seems okay. Check if any of these solution works for you https://stackoverflow.com/questions/17080652/issue-in-removing-double-or-more-slashes-from-url-by-htaccess. If not better to contact host 7 ask them to fix this more-ever if can be server side proxy issue! – Alpha_Dev Jan 29 '22 at 08:04