-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Hi,
I have .htaccess file on root path with this content:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]
I have more .htaccess file in 'root path'/style/both/addons/minify with this content:
RewriteEngine on
# rewrite URLs like "/min/f=..." to "/min/?f=..."
RewriteRule ^([bfg]=.*) index.php?$1 [L,NE]
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
Metadata
Metadata
Assignees
Labels
No labels