This is a discussion on "Login to view files" within the PHP Forum section. This forum, and the thread "Login to view files are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Login to view files
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Login to view files
I need to add a login to a part of a site so that people have to enter a username and password to view certain parts of the site. There will be some pdf files that I will need to add a login to, as well as possibly some of the html pages.
No one will need to sign up for anything. The people will be given the usernames and passwords beforehand. I really don’t know what would be best to do for this, and I really don’t know much, so I am looking for something free and easy… not that such a thing ever exists. |
|
|
|
#2
|
|||
|
|||
|
Re: Login to view files
if your givign people passwords and usernames beorehand do some research on .htaccess and .htpasswd files (assuming you using apache).
These basically allow you to restrict access to given directories on your webserver. Just make sure you read up and understand the security issues with this method as its not difficult for a savvy hacker to find your .htpasswd file if you dont do it properly. If you do want to go the database / php route head over to http://www.phpfreaks.com they have some excellent tutorials. |
|
#3
|
||||
|
||||
|
Re: Login to view files
.htaccess is the easiest way.
|
|
#4
|
|||
|
|||
|
Re: Login to view files
you need the .htpasswd file aswell. ... and remember to read up on it.... get it wrong and you leave security holes the size of elephants ... get it right and its pretty secure
|
|
#5
|
||||
|
||||
|
Re: Login to view files
Indeed....
|
![]() |
| Tags |
| login |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 360 view | karloff | Flash & Multimedia Forum | 6 | Mar 27th, 2007 22:04 |
| help! i cannot view my website | claire mcalpine | Hosting & Domains | 3 | Nov 6th, 2006 22:29 |
| Tree view | k_narend | Classic ASP | 2 | Aug 23rd, 2005 11:56 |
| More View Differences | jakyra | Web Page Design | 0 | Mar 4th, 2004 16:16 |
| View Source | Costabrava | Web Page Design | 6 | Feb 23rd, 2004 19:08 |