Hello can you tell me how to redirect visitor who type www.mysite.com to http://mysite.com , I mean no www. thanks
# To redirect all users to access the site WITHOUT the www. prefix, # (http://www.iwhic.com/... will be redirected to http://iwhic.com/...) # adapt and uncomment the following: RewriteCond %{HTTP_HOST} ^www\.iwhic\.com$ [NC] RewriteRule ^(.*)$ http://iwhic.com/$1 [L,R=301] here are more redirects you can use. http://iwhic.com/whmcs/knowledgebase.php?action=displayarticle&catid=21&id=37 of course change our domain to yours
go to your user cp then edit options. all the way to the bottom you will see a box called Miscellaneous Options second one from the bottom is where you add your blog feed Blog XML Feed URL If you have a blog, you can specify the URL for the XML feed, and the most recent blog entry will show under your username in your posts.Currently Blogger, Movable Type, WordPress and MySpace blogs are supported. Here is mine so you know what yours should look like when you put it in there. http://dontgetscammed.net/?feed=rss2