LucienFB Posted January 4, 2008 Share Posted January 4, 2008 AuthUserFile /full/path/to/ilogin/.htpasswd Replace "/full/path/to/ilogin" with the full path to the iLogin directory from the root of your web server hard disc. I have apache installed on WindowXP. If I have the ilogin program in htdocs/phpmailer is this my full path: C://Program Files/Apache Group/Apache2/htdocs/phpmailer/ilogin/.htpassswd Thanks in Advance, Lucien Quote Link to comment https://forums.phpfreaks.com/topic/84452-replace-fullpathtoilogin-with-the-full-path-to-the-ilogin-directory-from/ Share on other sites More sharing options...
facets Posted January 4, 2008 Share Posted January 4, 2008 Not sure what you are asking here?? What you have done looks ok.. Perhaps just C:/ for the path. You'll also need to edit your httpd.conf file to enable this authentication. Something like this.. <VirtualHost *:80> ServerName phpmrtgadmin.you.com ServerAdmin admin@you.com DocumentRoot /store/www/web/phpmrtgadmin ErrorLog /var/log/httpd/phpmrtgadmin_error_log TransferLog /var/log/httpd/phpmrtgadmin_access_log <Directory "/store/www/web/phpmrtgadmin"> Options Indexes FollowSymlinks MultiViews AllowOverride AuthConfig Order allow,deny Allow from all </Directory> </VirtualHost> Cheers, Will. Quote Link to comment https://forums.phpfreaks.com/topic/84452-replace-fullpathtoilogin-with-the-full-path-to-the-ilogin-directory-from/#findComment-430274 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.