Some of my scripts placed in secured folder.
Now one script (add.php) shows form for user and when user fills and clicks ok datas from this form are posted to itself (add.php) for processing. And here I see:
Authorization Required
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.
But when I first time go to url of this script url I was asked for login/password by Apache server and server script has shown the form, but now when I try to access the script from within it sayz that error.
Please help.
Cheers.