I have searched extensively and cannot find any information on how to install securesite. I have installed securesite, but I am not sure what setings I should modify in my httpd.conf for it to work correctly. I get multiple login requests, etc right now. What do I need to do to get this module to work correctly?

Thanks

Norm

Comments

npollock’s picture

Status: Active » Closed (fixed)

Ok, I have resolved this.

In you httpd.conf, change the directory to this:

Options FollowSymLinks
AllowOverride Authconfig

and change to this for the individual override line.
AllowOverride All

Then I added individual directories that I wanted to protect, such as:

AllowOverride All
Order deny,allow
Deny from all

This blocks access to this directory except from inside drupal.

I hope this helps anyone looking for this info in the future.

Norm