Website password

wildwolf

New Member
Messages
11
Reaction score
0
Points
0
I have used a java password protection script once on a webpage but not the entire site.

What is the best way to make people viewing your site log in first and only have to do it once?
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
A PHP login script is what I normally use. You just needto add a line of code to the top of every page you want to protect.

I suggest having a look at vAuthenticate and vSignup both of which can be found here.
 

wildwolf

New Member
Messages
11
Reaction score
0
Points
0
I did look into these php scripts and sorry to say but they are way to complicated for me and 1 said it required higher than what is available through the web services used.

all I really need is a simple script to create 1 login user and 1 passord. for the my entire website without being required to login for each page as it would be with a java login.

I would be changing the password at random times based on the need to do so.

Thanks for your assistance so far.
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
You could always use .htaccess, which will password protect everything in the folder and sub-folders that it is placed in.
 

wildwolf

New Member
Messages
11
Reaction score
0
Points
0
.htaccess how would i use that?

I try to set the password.

when i go to use it it gives a internal server error 500
 
Last edited:
Top