My Issue: I am trying to figure out how to allow undisturbed access to the folder location of my choosing with umbraco. For example I placed the visual editor under "~/Admin/Slider/" folder in the root of my umbraco installation, I can navigate to the individual php files without a problem. However there flow of these php files breaks firing off 404's. How can I go about resolving this issue? (See Pictures Below for Example)
You might want to have a look at how the web.config file is setup. I think you will probably need to exclude the folder to stop Umbraco trying to process it.
Revolution Slider JQuery Plugin Administration
Hey Everyone,
I recently purchased the Slider Revolution JQuery Visual Editor Plugin: https://codecanyon.net/item/slider-revolution-jquery-visual-editor-addon/13934907
This is like an "Admin" panel to the popular Revolution Slider created for WordPress and then ported to a stand-alone JQuery Plugin: https://codecanyon.net/item/slider-revolution-responsive-jquery-plugin/2580848
My Issue: I am trying to figure out how to allow undisturbed access to the folder location of my choosing with umbraco. For example I placed the visual editor under "~/Admin/Slider/" folder in the root of my umbraco installation, I can navigate to the individual php files without a problem. However there flow of these php files breaks firing off 404's. How can I go about resolving this issue? (See Pictures Below for Example)
Hi,
You might want to have a look at how the web.config file is setup. I think you will probably need to exclude the folder to stop Umbraco trying to process it.
Here is the documentation that explains it. https://our.umbraco.org/documentation/Reference/Config/webconfig/#umbracoreservedpaths
Best of luck
Dave
is working on a reply...