|
|
|
|
|
|
![]() |
#2 |
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
.htaccess (adjusting the path to fit your area)
Code:
AuthUserFile /var/www/domain.com/admin/.htpasswd AuthName "Members Only" AuthType Basic require valid-user htpasswd -c /var/www/domain.com/admin/.htpasswd username it will then prompt you for a password & verification If you don't have shell, you can run this (test being of course the password you want to use): Code:
<?php print crypt('test','ab'); ?> username:outputfromabove
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
![]() |
![]() |
|
|