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: 6147
|
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 |
|
|
danielmese76 Newbie

Joined: 01 July 2025 Location: United States
Online Status: Offline Posts: 1
|
Posted: 01 July 2025 at 12:55am | IP Logged
|
|
|
Once I added /index.php to the URL, the install page loaded correctly. I guess IIS just didn’t know what to serve by default without explicitly naming the file. Might need to tweak the default document list in IIS settings too.
|
Back to Top |
|
|