How have you setup your shortcode? For comma you may want to exclude the last “/” since I think it adds one onto the path like so:
[MMFileList folder=”/blogtest/wp-content/uploads/2014/12/../../mmm”]
I realize this is tedious but it should get rid of that trailing slash. Someday I’ll include a more robust update so the code knows when to add / not add a slash.
Thread Starter
Li-An
(@li-an)
OK for the last slash but /../../ breaks the URL here.
I’ve put [MMFileList folder=”/../../mmm/” format=”comma” types=”jpg,txt” /]
Hmmm, try folder=”../../mmm/”
I’m going to fix the code right now and push an update in the next hour or so so you don’t have to worry about trailing / prepended slashes in the path.
I’ve updated with version 0.6a which should fix any slash issues (in theory). Let me know if it’s working for you now.