G gurga New Member May 21, 2022 #1 May 21, 2022 #1 Anyone can support me with the .htaccess file for non-www to www 301 redirections. My website URL is http://www.gurgaonnightlife.co.in/.
Anyone can support me with the .htaccess file for non-www to www 301 redirections. My website URL is http://www.gurgaonnightlife.co.in/.
serpent_driver Well-Known Member May 21, 2022 #2 May 21, 2022 #2 Code: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.gurgaonnightlife.co.in/$1 [R=301,L] </IfModule> You should add SSL certificate to your domain!
Code: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.gurgaonnightlife.co.in/$1 [R=301,L] </IfModule> You should add SSL certificate to your domain!