Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
It seems to me that nginx has nothing to do with it, this is an application level issue. Or do you mean how to get rid of ? - then
location / {
try_files $uri $uri/ /index.php?q=$args;
}
/ make / ubuntu will be written to q, and then at the application level you decide what and how
If you are friends with mod_rewrite for Apache, then winginx.com/htaccess may help you, but it's best to delve into the nginx manual.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question