Jump to content

How To Get A Www. In Front Of Your Site


Recommended Posts

Hi if you're like me you probably want a www. in front of your domain well heres how to do it

First open up cpanel and go to the file manager

Second look for the .htaccess in your public_html

ThirdlyOpen it up using the edit opition

Fourthly add this to it

RewriteEngine On

RewriteCond %{HTTP_HOST} ^yoursite [NC]

RewriteRule ^(.*)$ http://www.yoursitename.yoursitedomain/$1 [L,R=301]

 

Only change the yoursite, yoursitename and yoursitedomain

do not change anything else otherwise it wont work

fiftly save the file and reload your site.

six your site should have a www. infront of it

example: http://www.firemaster1337.co.cc

 

and thats how you do it!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...