Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Elliott Quick 1 post 71 karma points
    Aug 01, 2017 @ 15:15
    Elliott Quick
    0

    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)

    Pre-Internal Navigation

    Post-Navigation (Look at URL)

  • David Hutson 48 posts 379 karma points
    Aug 02, 2017 @ 09:48
    David Hutson
    0

    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.

     <add key="umbracoReservedPaths" value="~/umbraco,~/install/,~/Admin/Slider/" />
    

    Here is the documentation that explains it. https://our.umbraco.org/documentation/Reference/Config/webconfig/#umbracoreservedpaths

    Best of luck

    Dave

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies