Go Back   CodingForums.com > :: Server side development > Apache configuration

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-16-2002, 08:51 PM   PM User | #1
GurusGuru
New Coder

 
Join Date: Aug 2002
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
GurusGuru is an unknown quantity at this point
Cool htaccess login page

Instead of the gray screen popping up asking for username and password while trying to access htaccess protected directory, is it possible to have a custom html page popping up. I do have a login script for a html page, but if one submits wrong username or password the gray screen again pops up. How to completely get rid of the gray pop up screen.
GurusGuru is offline   Reply With Quote
Old 08-22-2002, 07:13 PM   PM User | #2
GurusGuru
New Coder

 
Join Date: Aug 2002
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
GurusGuru is an unknown quantity at this point
Thumbs down

No reply yet. Can anyone just tell whether it is possible or not.
GurusGuru is offline   Reply With Quote
Old 08-23-2002, 08:55 PM   PM User | #3
Feyd
Regular Coder


 
Feyd's Avatar
 
Join Date: May 2002
Location: Los Angeles, CA Maxim: Subvert Society
Posts: 404
Thanks: 0
Thanked 0 Times in 0 Posts
Feyd is an unknown quantity at this point
Not really any way reliably to do it. Though you could use a server-side script to process a login form of their user/pass that then adds the user/pass into a URL redirect to the proper location (http://user***@url). Though this is extremely insecure, leaves the user/pass mix in the history/cache for misuse and various other bad things...it basically negates authentication (though using a hidden function to simulate a login form does negate some of the bad vibes all around, but not enough to be called 'secure').

In theory you could also hadd the authentication into headers with a similar method, but I've never tried it so I'm not saying 100% one way or the other
__________________
Moderator, Perl/CGI Forum
shadowstorm.net - subvert society
Feyd is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:43 PM.


Advertisement
Log in to turn off these ads.