Hi, i have little problem with my site
my site can open with www and without www
1. PliggDev - Your Source for Social Bookmark
2. http://www.pliggdev.com
I want to use my site without the www, how to keep www.pliggdev.com redirected to pliggdev.com? because i only want to use pliggdev.com
is it correct .htaccess like this?
## Remove these two lines if you have a sub-domain like http://subdomain.pligg.com or http://localhost
## Keep if your site it like http://pligg.com
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://%{HTTP_HOST}/$1 [R=301,L]
##### Re-directing End #####



Reply With Quote




