hii respected sir, i am hosting a WordPress website[itsallaboutwriting.com] on your server,
My issue is i am not able to open my website without www and i tried to make changes in .htaccess file so that i can redirect non-www to www
my .htaccess -
RewriteEngine On
RewriteCond %{HTTP_HOST} ^[itsallaboutwriting.com [NC]
RewriteRule ^(.*)$ http://www.[itsallaboutwriting.com/$1 [L,R=301]
please help me out so that i can redirect non-www to www
@Rajneesh said:
hii respected sir, i am hosting a WordPress website[itsallaboutwriting.com] on your server,
My issue is i am not able to open my website without www and i tried to make changes in .htaccess file so that i can redirect non-www to www
my .htaccess -
RewriteEngine On
RewriteCond %{HTTP_HOST} ^[itsallaboutwriting.com [NC]
RewriteRule ^(.*)$ http://www.[itsallaboutwriting.com/$1 [L,R=301]
please help me out so that i can redirect non-www to www
Why you want to redirect non-www to www why don’t redirect www to non-www as everyone knows that www is a subdomain of your main domain why you want to redirect naked domain to a www subdomain.
A URL consists 3 to 4 parts https://www.domain.com
http/https : Shows the security of your website (SSL/TLS certificate)