2007-01-9
www no more
Blog Post by : MIFTAH - Ayahnya Allessaafter moved to the new hosting, i just find out that i’ve little problem in my domain name, which is if i type http://mydomain.xxx it always redirected to http://WWW.mydomain.xxx
well.. i don’t like my web showed up with WWW why?? the main reason is if www showed, my adsense ads was not came up
hehee
so i want to redirect www to no www, i’ve tried to change in DNS zone WHM control panel. i have removed this below line in DNS zone but no luck
www 14400 in CNAME domain.com
so i tried this .htaccess in my root web
Options +FollowSymLinks
RewriteEngine onRewriteCond %{HTTP_HOST} ^www\.mydomain\.xxx[NC]
RewriteRule ^(.*)$ http://mydomain.xxx/$1 [L,R=301]
but it only works in root domain name, if i go to www.mydomain.xxx/subfolder, the WWW still appeared
my subfolder is installed with wordpress, and after a few search i found this plugin
yey..hooray..
1. WWW Redirection from http://www.justinshattuck.com
2. Wordpress no WWW from http://photomatt.net
after tried both plugins, i prefer first one from justinshattuck.com, the reason is because it need no configuration.. that’s it
and i found out that there is a website that dedicated from no WWW champaign. this is the link http://no-www.org/
