How to password encript a page

This is a discussion on "How to password encript a page" within the Web Page Design section. This forum, and the thread "How to password encript a page are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 21st, 2007, 09:05
acrikey's Avatar
SuperMember

SuperMember
Join Date: Mar 2007
Location: UK
Posts: 305
Thanks: 0
Thanked 0 Times in 0 Posts
How to password encript a page

Example of what I want: http://www.dangerousparking.com/trailer

how do I do that?
Reply With Quote

  #2 (permalink)  
Old Aug 21st, 2007, 09:19
simonb's Avatar
Blog Moderator

Join Date: Dec 2006
Location: Norwich
Posts: 675
Blog Entries: 4
Thanks: 4
Thanked 2 Times in 2 Posts
Send a message via Skype™ to simonb
Re: How to password encript a page

it is passworded
Last Blog Entry: Whats your Niche? (Jun 10th, 2008)
Reply With Quote
  #3 (permalink)  
Old Aug 21st, 2007, 09:30
acrikey's Avatar
SuperMember

SuperMember
Join Date: Mar 2007
Location: UK
Posts: 305
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to password encript a page

yes
Reply With Quote
  #4 (permalink)  
Old Aug 21st, 2007, 14:49
acrikey's Avatar
SuperMember

SuperMember
Join Date: Mar 2007
Location: UK
Posts: 305
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to password encript a page

done it
Reply With Quote
  #5 (permalink)  
Old Aug 21st, 2007, 14:57
simonb's Avatar
Blog Moderator

Join Date: Dec 2006
Location: Norwich
Posts: 675
Blog Entries: 4
Thanks: 4
Thanked 2 Times in 2 Posts
Send a message via Skype™ to simonb
Re: How to password encript a page

right. Was that with a .htaccess

If so can i have a copy
Last Blog Entry: Whats your Niche? (Jun 10th, 2008)
Reply With Quote
  #6 (permalink)  
Old Aug 21st, 2007, 18:50
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: How to password encript a page

Simonb, if you want to try this: http://tools.dynamicdrive.com/password/ it will give you an idea of how to do it.

Cheers,
Marc
Reply With Quote
  #7 (permalink)  
Old Aug 21st, 2007, 19:13
simonb's Avatar
Blog Moderator

Join Date: Dec 2006
Location: Norwich
Posts: 675
Blog Entries: 4
Thanks: 4
Thanked 2 Times in 2 Posts
Send a message via Skype™ to simonb
Re: How to password encript a page

got it
It on my blog now
Last Blog Entry: Whats your Niche? (Jun 10th, 2008)
Reply With Quote
  #8 (permalink)  
Old Aug 22nd, 2007, 14:39
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,763
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: How to password encript a page

Yuppers, you want .htaccess and .htpasswd.

ssh in to your server and

"htpasswd -c .htpasswd username" to create the .htpasswd file. To add users would be "htpasswd .htpasswd username"

just make a file named .htaccess and fill it like so.

Code: Select all

AuthUserFile /path/to/.htpasswd
AuthName ExampleMultipleUsers
AuthType Basic
<Limit GET>
require valid-user
</Limit>
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
Reply

Tags
password encript

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 On

Similar Threads
Thread Thread Starter Forum Replies Last Post
password enabled page saadi babar Starting Out 21 Nov 26th, 2007 08:51
password protecting just one page catalystmediastudios Web Page Design 2 Mar 31st, 2007 03:46
Password protecting a page paddywhack Web Page Design 10 Feb 7th, 2007 19:13
password protect a page snappy JavaScript Forum 3 Mar 7th, 2006 22:09
Delete file in password protected page. SweetLou Classic ASP 4 Jan 7th, 2006 21:15


All times are GMT. The time now is 18:08.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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