I just switched my unsecure website to secure by installing a certificate etc.
The address bar was showing my pages with http://www and the extension suppressed so http:www.example.com/index.php was presented in the address bar as example.com/index.
The secure site now shows https://www.example.com/index. The extension is suppressed. I want to suppress the https://www. part also. Is this possible with a rewrite rule?
Hi @robodoc, you could set up some 301 redirects to redirect those WWW pages to the non-WWW versions. Check out these instructions: https://www.godaddy.com/help/using-301-page-redirects-234.
MPC