Answer the question
In order to leave comments, you need to log in
nginx. How to get part of url after # in php script?
example.com/blabla#some_param
Hike, I blunted a lot, but the part of the url that some_param.
$_SERVER[REQUEST_URI] =>blabla
in nginx setting
location / {
try_files $uri $uri/ /index.php?$uri&$args;
}
what could I forget?
Answer the question
In order to leave comments, you need to log in
Anything after the hash is not sent to the server by browsers. This part serves exclusively for navigating the page.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question