You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is the "ngx.exec(dst)" will execute to wrong url: /index.php?url=style/both/addons/minify/b=style/both/js&f=json.js,jquery.js,jqbrowser.js,jquery.numeric.js,jquery.form.min.js,jquery.actual.min.js,jquery.throttle.js&nocache=true
It should execute this: /style/both/addons/minify/index.php?b=style/both/js&f=json.js,jquery.js,jqbrowser.js,jquery.numeric.js,jquery.form.min.js,jquery.actual.min.js,jquery.throttle.js&nocache=true
The text was updated successfully, but these errors were encountered:
Hi,
I have .htaccess file on root path with this content:
I have more .htaccess file in 'root path'/style/both/addons/minify with this content:
When I go to:
https://XXX.com/style/both/addons/minify/b=style/both/js&f=json.js,jquery.js,jqbrowser.js,jquery.numeric.js,jquery.form.min.js,jquery.actual.min.js,jquery.throttle.js&nocache=true
The issue is the "ngx.exec(dst)" will execute to wrong url:
/index.php?url=style/both/addons/minify/b=style/both/js&f=json.js,jquery.js,jqbrowser.js,jquery.numeric.js,jquery.form.min.js,jquery.actual.min.js,jquery.throttle.js&nocache=true
It should execute this:
/style/both/addons/minify/index.php?b=style/both/js&f=json.js,jquery.js,jqbrowser.js,jquery.numeric.js,jquery.form.min.js,jquery.actual.min.js,jquery.throttle.js&nocache=true
The text was updated successfully, but these errors were encountered: