Protect ISPConfig with .htaccess?

Discussion in 'Installation/Configuration' started by justdave, Jun 25, 2007.

  1. justdave

    justdave New Member

    I have placed an .htaccess file in the /home/admispconfig/ispconfig/web directory but it doesn't seem to be taking affect. I'm the only user of the server so I'd like to lock it down further. Anyone have an idea why it isn't asking for auth? Thanks in advance! :)
     
  2. mlz

    mlz Member

    You will need to change the ISPConfig /root/ispconfig/httpd/conf/httpd.conf

    find the line that says AllowOverride None and change it to AllowOverride AuthConfig

    I don't know if this would break stuff, but that's why it's not working.
     
  3. justdave

    justdave New Member

    Thanks mlz. I'll give that a shot and see what happens. :)
     

Share This Page