nenadvr
04-08-2011, 01:35 PM
I have url with querystring and I want to get that page but I want to change what reads in address bar with something more appropriate but not to redirect.
I try something like
RewriteCond %{QUERY_STRING} ^id=([0-9]+)&naziv=(.*)$
RewriteRule ^public/.+$ /uizlogu/public/details.php [L]
but that don't work. If somebody have idea. Thank you
I try something like
RewriteCond %{QUERY_STRING} ^id=([0-9]+)&naziv=(.*)$
RewriteRule ^public/.+$ /uizlogu/public/details.php [L]
but that don't work. If somebody have idea. Thank you