Revision 10 as of 2010-06-30 09:58:24

Clear message

Providing a public http upload script on your website with perl

Protect The Upload Script With A Password

* Create a file .htaccess and put it into ~/public_html/get/ * File content should be the following: BR BR

* Run chmod 755 ~/public_html/get/.htaccess * Create a file .htpasswd in your homedirectory. If you choose a different (sub-)folder, please change the path in the .htaccess file. * Run chmod 755 ~/.htpasswd. If the .htpasswd file is in a different folder, change the chmod command accordingly. * File content should be the following:

* On this website, you can create encrpyted passwords: http://www.4webhelp.net/us/password.php. Copy and paste the result into the .htpasswd file.