Author |
|
alman Newbie
Joined: 22 February 2022 Location: Germany
Online Status: Offline Posts: 5
|
Posted: 05 March 2022 at 1:21am | IP Logged
|
|
|
Hi,
how can I install within a subfolder? The parent folder ist htaccess protected.
I have the follow folder structure:
Parent folder
Webmail folder
In the Parent folder there is a htaccess file with this content:
AuthUserFile /pathtopasswordfile/.htpasswd
AuthName 'Please log in'
AuthType Basic
require valid-user
But afterlogic webmail has an own htaccess file.
Now I can not login. There is a endless loop, i think.
Is it possible to disable the afterlogic webmail login procedure?
Best regards
Christoph
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 05 March 2022 at 1:45am | IP Logged
|
|
|
WebMail Lite can work just fine in a subfolder. If its own .htaccess conflicts with yours, you can move it out or rename temporarily, and see if everything works as expected.
The 2nd part of .htaccess is there to protect data directory and configuration files over the web, but there are other ways to protect data directory, for example you can move it out of web-accessible location, see this page for more info.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
alman Newbie
Joined: 22 February 2022 Location: Germany
Online Status: Offline Posts: 5
|
Posted: 05 March 2022 at 2:52am | IP Logged
|
|
|
Thank you Igor for your answer and the page with web-accessible location
Best regards
Christoph
|
Back to Top |
|
|