It seems to be that you have been set password protection for your web site due to that after browsing the web site its asking foe login details.To disable the password protection you need to rename the .htaccess file to .htaccess-back for testing purpose or search the following line in .htaccess file and commend it.
Quote:
|
AuthUserFile /home/username/public_html/.htpasswd
|