I just installed WP net
Subdomains are working fine but there is problem in root.
I made some changes now root is working fine
When I enter it http://sharpindians.com/ it will redirect to http://www.sharpindians.com/
( It is because I added this in wp config.
define('NOBLOGREDIRECT','http://www.sharpindians.com');
but whatever I type without www leads to http://www.sharpindians.com/
like
http://sharpindians.com/2010/08/21/hello-world/
it will open home page
I want it to open http://www.sharpindians.com/2010/08/21/hello-world/