Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Password on website

Reply
Thread Tools

Password on website

 
 
Ellie
Guest
Posts: n/a
 
      02-02-2004
I am setting up a family history website and wish to
put a password on it so that only members of my family
can view it. I know some very basic html but don't know
how to add a password box. Is it not possible to do this
in html? Am I right in thinking that a password routine
would have to be on a server somewhere beyond view?
How do I go about password protecting my website?
Thanks


 
Reply With Quote
 
 
 
 
Hywel Jenkins
Guest
Posts: n/a
 
      02-02-2004
In article <bvmdvh$ddo$>, gingerbread090402
@antispam.address says...
> I am setting up a family history website and wish to
> put a password on it so that only members of my family
> can view it. I know some very basic html but don't know
> how to add a password box. Is it not possible to do this
> in html? Am I right in thinking that a password routine
> would have to be on a server somewhere beyond view?
> How do I go about password protecting my website?


http://httpd.apache.org/docs/howto/htaccess.html

--
Hywel I do not eat quiche
http://hyweljenkins.co.uk/
http://hyweljenkins.co.uk/mfaq.php
 
Reply With Quote
 
 
 
 
Steve R.
Guest
Posts: n/a
 
      02-02-2004
Hywel Jenkins wrote in message ...
> http://httpd.apache.org/docs/howto/htaccess.html


If that's too complex for you all you need to do is to simply put the
'family only' files into a separate folder on your website and only tell
your family members the full URL.

For example if your base website is http://www.gingerbread-family.com the
family URL could be http://www.gingerbread-family.com/secret or whatever

Not absolutely secure, but unless the information is top-secret it's an
easy way to achieve what you want.


 
Reply With Quote
 
Jochen Fuhrmann
Guest
Posts: n/a
 
      02-02-2004

"Steve R." <stevie_ritchie(NOSPAM)@hotmail.com> wrote

and if you got a php webspace it's very easy to write a secure login
script, otherwise, just code a javascript which fills in a password in a
url, like
private/password.htm, but this option is as good as the one steve told you.


 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change a users password without knowing the old password nor the answer to the password question AAaron123 ASP .Net 1 01-16-2009 02:56 PM
Changing a users password without knowing the old password nor the answer to the password question AAaron123 ASP .Net 2 01-16-2009 02:08 PM
Password change not working for default password in cisco aironet 1200 Deepak K Cisco 2 04-19-2005 08:42 PM
How to keep the password in a password field when page post back? feng ASP .Net 4 02-28-2004 06:46 PM
Adding a password to Mozilla Password Manager Dirk Firefox 4 10-28-2003 10:00 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57