kgiszewski / Archetype

Archetype is an Umbraco 7 property editor that wraps other installed property editors.
https://github.com/kgiszewski/ArchetypeManual
MIT License
89 stars 54 forks source link

Archetype files return 404 in sub-applications #377

Closed 0Neji closed 7 years ago

0Neji commented 8 years ago

Hi,

We' using archetype on a site that we have set up as an IIS sub-application (the site sits in a directory within another site on IIS). So the domain structure as an example is like: http://example.com/example-site/

When archetype is including the files however, it's doing it from root domain so it's look for the files at: http://example.com/App_Plugins/Archetype/ rather than http://example.com/example-site/App_Plugins/Archetype/.

Is there any chance that this could be updated to use a virtual path i.e. ~/App_Plugins/Archetype?

kgiszewski commented 8 years ago

AFAIK this has already been addressed. Are you using the latest version?

If you already are, you may need to run a custom build for your situation and/or send a PR.

kjac commented 7 years ago

Closing this due to lack of activity.