Skip to main content
Participating Frequently
June 23, 2008
Question

How to make Client username Login and Password page

  • June 23, 2008
  • 1 reply
  • 395 views
Hello there,
I've been in contact with our host and we have our webpage set up to allow for FTP user names etc. What I want to do now is to create a part on our webpage that allows for our clients to type in their username and password. Then come to a new page (preferably not a file directory, but one with the same template our main site has) and allow the user to download files that we have uploaded to the site. The thing is I want only some files to be accessed by one username and password and other files to be accessed by another username and password. Is this possible to accomplish this? If so, how?

Or would you suggest going this route: http://tools.dynamicdrive.com/password/
This topic has been closed for replies.

1 reply

Participant
June 26, 2008
How about if you created a couple of folders on your site and inside each folder you have a HTML page called default.htm containing links to the files - which are in the same folder. Then you could setup protected folders for each of the folder that you have created and when a user access a particular folder the html page would load. Obviously it's dependant on how many variations of the files you need. If every user needs to have a different view of the files then it would probably be unworkable. In which case you would create a login page using ASP or PHP. There are quite a few examples of this on Google. Hope this helps!