Hello,
The wiki is mentioning these lines to rewrite URL:
location @handler {
rewrite ^/(.*)$ /index.php?^$1 last;
}
I think there's a typo there and the caret is not expected ^^'
If I apply this configuration:
location @handler {
rewrite ^/(.*)$ /index.php?$1 last;
}
The URL rewriting is working.
Was the caret wanted or it is a typo ?
Hello,
The wiki is mentioning these lines to rewrite URL:
I think there's a typo there and the caret is not expected ^^'
If I apply this configuration:
The URL rewriting is working.
Was the caret wanted or it is a typo ?