I need to redirect a specific URL containing a parameter and binding to a new URL:
/pages/page.php3?page=fond_razeni_gk.htm
to
http:
I'm trying to:
rewrite ^/pages/page.php3\?page=fond_razeni_gk.htm$ http://www.newserver.com/o-knihovne? redirect;
but it does not work. Could you advise me what is wrong?
source share