Author |
|
jreiter1975 Newbie

Joined: 21 February 2025
Online Status: Offline Posts: 2
|
Posted: 21 February 2025 at 11:50am | IP Logged
|
|
|
Server 2022 - IIS - Windows.
Created a webmail directory in wwwroot. Gave the permissions to iusr.
Copied the files into the directory. Restarted IIs.
Get a 403 forbidden error.
The directions say to go to https://yourdomain.com/webmail/adminpanel/?install
I go there and get a 403 error. What is the defualt document I am supposed to use? How do I do the php? This all seems to be missing for the documentation. I see nowhere on what actually needs to be set. Dumping some files in a folder for IIS does not magically make a website.
|
Back to Top |
|
|
Igor AfterLogic Support

Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6126
|
Posted: 23 February 2025 at 10:20pm | IP Logged
|
|
|
Hello,
For a PHP web application like WebMail Pro PHP, default document would typically be index.php - so please try URL like this:
https://yourdomain.com/webmail/adminpanel/index.php?install
and see if that helps.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|