Forum Moderators: coopster
Is this possible with PHP or even ASP (I would prefer the latter).
Thanks!
Remember before htcasss is a "dot".
You will find many tutorial and samples
NB
Since your users will need to enter a PW I will rather go for a real authentication script that will offer many more admin control.
NB_2
To check your .htaccess on your server
when using FTP
type in an empty little square (right hand options)
-la and hit enter.
What henry0 is talking about is ensuring that all files (including otherwise "hidden" files) are displayed. In order to do this, you need to make sure that the file list command also gets passed with an "-la" argument. How and where to set this varies from one FTP client to the other.
This all, of course, also assumes that you are using a Linux server which runs Apache ...