Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Kiril 3 posts 93 karma points
    Mar 18, 2024 @ 16:25
    Kiril
    0

    Umbraco Multi Site / Different Hostnames

    Hello,

    I am trying to make a one instance of umbraco where i have multiple sites. Firstly i created one site where i gave it a different hostname file. enter image description here I added the same binding in the hosts files in system32/drivers/etc/hosts 127.0.0.1 ins.localhost And also in the IIS the hostname is ins.localhost. Right now i am using SSL certificate but regardless if i use or i do not the output is the same. enter image description here

    Here is what pops when i run the website. enter image description here

    Btw the app runs okay on localhost:44355 when i start it from Visual Studio with IIS Express, while the ins.localhost:81 it is the same Error 403.14. Also i have tried recreating new project and multiple sites and it comes back to this. I am using Umbraco 13.2

  • Alex Skrypnyk 6182 posts 24284 karma points MVP 9x admin c-trib
    Mar 19, 2024 @ 20:35
    Alex Skrypnyk
    1

    Hi Kiril

    This error looks like the error with setup with IIS, it's nothing wrong with hostnames in Umbraco CMS

    Alex

  • Dhanesh Kumar MJ 167 posts 543 karma points MVP 2x c-trib
    Mar 20, 2024 @ 05:46
    Dhanesh Kumar MJ
    1

    Hey Kiril,

    It seems like the issue you're facing isn't tied to Umbraco configuration but rather to the setup of IIS. Make sure that the IIS_IUSRS group has appropriate permissions to access the files & Check that the necessary .NET modules are installed and enabled in IIS. You can do this by going to Control Panel > Programs and Features > Turn Windows features on or off, and ensuring that the appropriate .NET features are selected. This might be the root cause of the problem you're encountering.

    Regards DK

  • Kiril 3 posts 93 karma points
    Mar 20, 2024 @ 08:47
    Kiril
    100

    Hello,

    I resolved the issue. Firstly it was because i was connecting to the database through Windows Authentication and i changed it to SQL server authentication and also in the IIS application pool under Process Model > Identity instead of Built-in account i needed to put my Custom account that i use to login to the windows. Thank you :)

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies