Can see these paths in installedPackages.config but do these get referenced somewhere else when running as assume '/' is redirecting to the root domain but cannot seem to correct them.
Any thoughts?
Apologies if this has been raised before, just point me in its direction :)
Umbraco forms - paths breaking site running on subfolder
Hi,
We have a site running as a sub-folder of a domain (http://www.website-domain.com/actual-website)
And have managed to install forms but when accessing in admin get 404 errors regarding access to pages such as...
"/AppPlugins/UmbracoForms/Backoffice/Form/views/design/design.html" "/AppPlugins/UmbracoForms/Backoffice/Form/views/settings/settings.html"
Can see these paths in installedPackages.config but do these get referenced somewhere else when running as assume '/' is redirecting to the root domain but cannot seem to correct them.
Any thoughts?
Apologies if this has been raised before, just point me in its direction :)
Thanks
Gav
Hi Gavin,
I found where these files are stored for you, look please:
1) \App_Plugins\UmbracoForms\Backoffice\Form\controllers\edit.controller.js
2) \App_Plugins\UmbracoForms\js\umbraco.forms.js
Hope it will help you.
Thanks,
Alex
Thanks Alex that seems to have sorted it,
Was missing the new folder when I ran the search in VS so missed those files.
is working on a reply...