solution: Problem was caused with saving the page to the local disk. During the save the & signs are being changed by firefox into ; signs
I have url with parameters in my static web page
the problem is that the second and the third equals signs are changed into %3D, when I click on the URL. Is there a possibility to say to the browser not to change equals? And why the first equal works fine?
I have found some answers about nginx, but this is just static site not connected to nginx settings. Thank you