Jump to content

Recommended Posts

Posted

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!

Posted

Seems tacky really, most people avoid using www because it's implied in modern browsers, why add it to the address bar when people don't want to type it?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...