Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
pass protected web sites
Name: KDog849 Date: December 14, 2002 at 04:00:50 Pacific OS: - CPU/Ram: -
Comment:
Hi, How do you make a page on a web site that is pass protected? Example: http://www.driverguide.com/guide/intro.htm Thanks.
Name: micah Date: December 15, 2002 at 16:16:43 Pacific
Reply:
If you have php put this at the top of your page:
header("HTTP/1.0 401 Not Authorized");
Then it should pop up that username and password box. When they input their username and pass it should be sent in their HTTP header, read that and if its correct don't send the 401. Don't quote me on the 401, I haven't used it for a while...
Summary: I have script which creates several Web Sites and vitual directories in these Web Sites. I run this script one time and everything is fine. When I run it next time it creates idle Web Sites with the s...
Summary: I have always wanted to know how to rename web site links. Say for instance if I had a link: http://computing.net/cgi-bin/wwwboard.pl?programming How would I rename it to: "CLICK HERE" (just an examp...
Summary: Hi! I want to build a web site similar to this message board pages but different topic. I know Visual Basic, HTML, SQL, PL/SQL, Oracle Developer 2000, and Viusal Foxpro 6.0. Does any one knows, how sh...