home page fixes
diff --git a/index.cgi b/index.cgi
index 301f395..ed766eb 100755
--- a/index.cgi
+++ b/index.cgi
@@ -40,7 +40,7 @@
 		webnotes.http_request = webnotes.auth.HTTPRequest()
 		return True
 	except webnotes.AuthenticationError, e:
-		pass
+		return True
 	except webnotes.UnknownDomainError, e:
 		print "Location: " + (webnotes.defs.redirect_404)
 	except webnotes.SessionStopped, e: