hello friends,
What difference does it make if the domain url trial.com with www.trial.com? which distinguishes only www.
we will tell you tutorial how to make your domain url into www permanently via htaccess to quickly and easily, namely:
* Open your htaccess file in your root hosting cpanel or ftp can be through third party
* Then input the following code:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domainname\.com
RewriteRule ^(.*)$ http://www.domainname.com/$1 [R=permanent,L]
* Convert the word domain nameĀ with your domain url
* Complete. then your website that was without the www will be permanently www.domainname.com
good luck
and thanks IND version


















No Comment Received
Leave A Reply