msdan Posted June 16, 2004 Posted June 16, 2004 Suddenly, when I'm trying to access my site I'm getting the password protected screen: Enter Network Password Site: server70.totalchoicehosting.com Realm: Web Host Manager This is happening only when I'm opening the first time the browser. If I'm clicking Cancel and call again the site it is working. If open a new window and call again the site I'm getting again the screen protected. http://www.craiovaonline.com PS: If you click the link from this post the site is working. You have to open a new window and paste the address in this new window. Quote
TCH-Bruce Posted June 16, 2004 Posted June 16, 2004 (edited) Works both ways for me. No password required. Edited June 16, 2004 by TCH-Bruce Quote
msdan Posted June 16, 2004 Author Posted June 16, 2004 Works both ways for me. No password required. check the attachment Quote
jslagle Posted June 16, 2004 Posted June 16, 2004 same here, works both ways no password required. Quote
TCH-Andy Posted June 16, 2004 Posted June 16, 2004 It works fine for me. Have you done any modifications to the .htaccess file that could be causing a redirect for your IP address? Quote
msdan Posted June 16, 2004 Author Posted June 16, 2004 It works fine for me. Have you done any modifications to the .htaccess file that could be causing a redirect for your IP address? The .htaccess file looks like this: # -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName www.craiovaonline.com AuthUserFile /home/***user***/public_html/_vti_pvt/service.pwd AuthGroupFile /home/***user***/public_html/_vti_pvt/service.grp Quote
TCH-Andy Posted June 16, 2004 Posted June 16, 2004 Time to clear the cache - close the browser down completely - and then try it again I think. Quote
msdan Posted June 16, 2004 Author Posted June 16, 2004 Thank you for your responses I think I found the problem (seems to be a script problem - so if you can, please move this post to Scripting Talk). The issue appears only when I am logged in with cookies. The script is checking for the cookie and for some reason, when is doing this the Enter Network Password pops up. I'm investigating to see why the script suddenly changed its behaviour:) Quote
TCH-Andy Posted June 16, 2004 Posted June 16, 2004 I'm glad you found the source of the problem - now you just have to sort out that script Quote
msdan Posted June 17, 2004 Author Posted June 17, 2004 setcookie ("cookie_name", "", time() - 31536000, "/", "www.craiovaonline.com"); this is the line where I'm getting the popup message any thoughts? Quote
msdan Posted June 17, 2004 Author Posted June 17, 2004 I cannot figure out what's happening to anybody from TCH - if you have time, please test a bit - maybe you can see if you get the screen. I have to explain the steps because the site is not in english:(: - see the left side of the screen shot - go to www.craiovaonline.com - use for username: craiova - use for password: craiova - check the box Save Password - login - close the browser - call www.craiovaonline.com again (now you should get the popup) - click cancel on the popup window - call www.craiovaonline.com - now should work I want to get rid of the popup Quote
msdan Posted June 24, 2004 Author Posted June 24, 2004 Ok, now I see that is a TCH issue; Suddenly the code started to work again (I didn't get the popup message again) - no change in the script. This was fine for two days. This morning I'm getting again the popup message. I didn't touch my files for almost a week, so is not my fault. Please tell me what's happening (read again the thread to see what's about) Quote
TCH-Rob Posted June 24, 2004 Posted June 24, 2004 I follow the directions in your last post and I do not get a popup at all. Seems to work for me. Quote
TCH-Dick Posted June 24, 2004 Posted June 24, 2004 I seen it. Have you put in a ticket to the Help desk? Quote
Deverill Posted June 24, 2004 Posted June 24, 2004 In Firefox the message comes up as: Enter username and password for "Web Host Manager" at http://server70.totalchoicehosting.com:2086 If I just hit OK with no password attempt I go to a normal cPanel skinned login screen for "Web Host Manager Login". Something in your script is trying to access the Web Host Manager utility or olse it is a problem only the helpdesk techs can help with. Hope this helps narrow down the problem! At least it's a clue. Quote
msdan Posted June 24, 2004 Author Posted June 24, 2004 I just opened a ticket Thank you for your help Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.