Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Checking multiple .htpasswd files
Name: the good rev Date: August 14, 2002 at 14:38:49 Pacific
Comment:
Hello -
Question from a newbie here, and for that I apologize. :)
We have a billing system that updates our .htpasswd file. We're trying to add more billing systems so our customers have several options of payment.
Is there any way to set .htaccess to check multiple .htpasswd files for authentication, or can multiple systems work with one .htpasswd file?
Summary: Hi, I want to use Shell Script to check multiple file exists and then execute other tasks, I use the following compound condition, but neither succeed. if [ -e check_fin_bbb.complete ] && [ -e fin_bbb...
Summary: Jim, thanks alot for your help. I've gone ahead and incorporated your code into what I've got, and made a little headway with the whole "detect a new file" part. Please take a look if you can and let ...
Summary: I have a script which checks for the existance of 3 files and moves them to another server. These files have a constant filename (eg. abc1, abc2, abc3) The application which creates these files appen...