skybrud / Skybrud.Umbraco.Redirects

Redirects manager for Umbraco.
https://packages.limbo.works/skybrud.umbraco.redirects/
MIT License
36 stars 41 forks source link

Cannot run in Linux #173

Closed ccasalicchio closed 6 months ago

ccasalicchio commented 1 year ago

Which version of Skybrud Redirects are you using? (Please write the exact version, example: 4.0.8)

4.0.8

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

11.1.0

Bug description

When running on windows it works fine, but when I deploy it to a Ubuntu Server, the App_Plugins content stops working. How do I resolve this? image image

abjerner commented 1 year ago

Hi @ccasalicchio

What are your steps for deploying to the server?

If you're running a dotnet publish the output should have the Skybrud.Umbraco.Redirects folder in App_Plugins.

ccasalicchio commented 1 year ago

yes, that did it!, thank you!!!

abjerner commented 1 year ago

For the Original URL property, you shouldn't specify the the domain, so the warning above the field is correct. If you enter /jobs and pick All sites in the dropdown above, it will be a global redirect that works regardless of the domain. If you've added a domain to a node in the content tree, you'll be able to select the node in the dropdown, and then the redirect only applies to that domain (or domains if the node has multiple).

I haven't seen issues with the Destination property before. If you start over again, and specify the Original URL as described above, does it still occur?

kmeilander commented 8 months ago

We are using it on a Linux Azure App Service without any issues. We are using version 4.0.14 on Umbraco v12.0.1.

Everything has been working great for us.