xxxx.bubble.net.cn/sql/ gets redirected to this
xxxx.bubble.net.cn./index.php?token=6bc3b48070f8ddeb394dc2f884fa4640
xxxx.bubble.net.cn/sql/ gets redirected to this
xxxx.bubble.net.cn./index.php?token=6bc3b48070f8ddeb394dc2f884fa4640
location /path/to/phymyadmin/ {
if ( $uri !~ .*\.php$” ) {
rewrite ^/(.*)$ /index.php last;
}
}