I got source code from other developer which I built and run through VS.NET (site url: https://localhost:10655). I created IIS https website (https://myproj.local) and added the source code folder c:\projects\myproject\client.web as virtual directory.
Umbraco
Hi,
I got source code from other developer which I built and run through VS.NET (site url: https://localhost:10655). I created IIS https website (https://myproj.local) and added the source code folder c:\projects\myproject\client.web as virtual directory.
All looks good but on home page all links points to https://localhost:10655 like https://localhost:10655/client/contact-me
I did same procedure with Umbraco 8 which works fine.
How can I fix this issue? so links points back to https://myproj.local/client/contact-me.
Thanks in advance for the help. Javed
Hi Javed
Check if you have any hostname bindings on your nodes (right click and select Culture and Hostnames in the context menu in Umbraco)
Thanks Soren.
Indeed that was the issue, once I removed hostname, it works as expected.
is working on a reply...