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.



 Subscribe in a reader

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

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old Aug 21st, 2007, 09:05
Reputable Member
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Aug 21st, 2007, 09:19
Highly Reputable Member

SuperMember
Join Date: Dec 2006
Location: Norwich
Posts: 721
Blog Entries: 4
Thanks: 6
Thanked 2 Times in 2 Posts
Re: How to password encript a page

it is passworded
Last Blog Entry: Whats your Niche? (Jun 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Aug 21st, 2007, 09:30
Reputable Member
Join Date: Mar 2007
Location: UK
Posts: 305
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to password encript a page

yes
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Aug 21st, 2007, 14:49
Reputable Member
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Aug 21st, 2007, 14:57
Highly Reputable Member

SuperMember
Join Date: Dec 2006
Location: Norwich
Posts: 721
Blog Entries: 4
Thanks: 6
Thanked 2 Times in 2 Posts
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Aug 21st, 2007, 18:50
Marc's Avatar
Staff Manager

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Posts: 1,762
Thanks: 0
Thanked 14 Times in 14 Posts
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
__________________
Marc
Staff Manager - Webforumz.com


Want to be a moderator? PM me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Aug 21st, 2007, 19:13
Highly Reputable Member

SuperMember
Join Date: Dec 2006
Location: Norwich
Posts: 721
Blog Entries: 4
Thanks: 6
Thanked 2 Times in 2 Posts
Re: How to password encript a page

got it
It on my blog now
Last Blog Entry: Whats your Niche? (Jun 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Aug 22nd, 2007, 14:39
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
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>
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
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 08:38.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization 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