How do you remove www from your domain? Using Wordpress and/or Webmin?

funnygeezeruk asked:

Is there a dummies guide to removing the www. from the domain? I can’t seem to get it to work for either a new install, or on my existing http://www.eyeonthetigers.co.uk (http://eyeonthetigers.co.uk). In this instance I’m using wordpress - I’d rather all my Wordpress installs were on the domain without the www.

My admin interface is Webmin if that helps, and domain hosted at 123-reg.

Any help appreciated - Google isn’t a lot of help when you search for “no www” :o)


Digg Stumble Reddit Sphinn Del.icio.us



4 Answers

Vera says
2008-08-04 19:17:28

It’s not wordpress that removes it. It’s your host that has to have a redirect from the www version to the one without the

Wordpress is just a script for content management.

 
Quirkey says
2008-08-07 02:40:43

Presuming your domain is eyeonthetigers.co.uk, go into your DNS settings for the domain on 123-reg, and you should find things called “A records”. There should be one called “www” with the IP address of 88.198.25.116. If there is, try to add another A record (providing there isn’t one already) called * (asterisk). Give that the IP address of 88.198.25.116. This should work.

 
inmean says
2008-08-08 20:56:17

first register a user with google and use google webmaster tools insert a validation code on it and tell google which URL you prefer.

second you should not care much about that www or none thing once you use google webmaster tools.

 
Mathema-what?! says
2008-08-11 14:07:39

you could just create a htaccess file;)

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.domain.com$ [NC]
RewriteRule ^(.*)$ [R=301,L]

 

Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.