The working url is without www one (indiangang.in) but not with www. To correct this problem you have to edit .htacess file.
you can use this code--
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yoursite.com [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301]
whenever you will type domain.com it will goto
www.domain.com.