Hi everyone!
I'm disturbing you again with a problem related to .htaccess.
I'm using the instruction:
RewriteCond %{REQUEST_URI} /galleries/index\.php?cat=0$
RewriteRule ^(.*) http://www.kubizo.com/galleries/index.php [L,R=301]
Unfortunately, when I type in my browser:
http://www.kubizo.com/galleries/index.php?cat=0
the page opens as it is, it is not redirected to [
kubizo.com...] as I would like.
Can you help me find out what I'm doing wrong? I tried also escaping the question mark, but it does not work either. I also tried replacing the question mark with ^, but again it does not work.
Thanks a lot everyone!