how to remove www from domain name and enforce https? – SEO
I wan to achieve two things remove www from domain name enforce https i.e. http:// www.example.org should be redirect to https://example.org https:// www.example.org should be redirect to https://example.org UPDATE: I am currently using following .htaccess rule <IfModule mod_rewrite.c> RewriteCond %{HTTPS}…