I've been trying to find a way to password-protect certain parts of a website. I've tried JavaScripts and Java Applets, but I'm not satisfied with either one, because once you know the URL's of the protected pages you can skip the authentication and go there directly. I want it to be impossible to visit certain parts of the server, unless you have the correct password.
I know it is possible with CGI-scripts, and my ISP supports CGI-scripts. My knowledge of scripting is minimal and I haven't been able to find a suitable script on the internet yet, which I could copy/paste.
Could someone provide me with a URL where I can find a suitable script?
Thanks in advance,
Mark
[apacheweek.com...]
[httpd.apache.org...]
They have lots of different types of code there, from PHP, ASP to CGI etc etc
Rich