View Single Post
  #2 (permalink)  
Old 07-06-2009, 09:47 PM
linux7802's Avatar
linux7802 linux7802 is offline
Registered User
 
Join Date: Dec 2007
Posts: 100
linux7802 is on a distinguished road
Lightbulb Solution

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
Reply With Quote