Jump to content

Replace "/full/path/to/ilogin" with the full path to the iLogin directory from


LucienFB

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.