I have 5 versions of my frontpage, which is bad of cause, so i want to make a 301.
This one:
Options +FollowSymLinks
RewriteEngine on
# index.php to /
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.php\ HTTP/
RewriteRule ^(.*)index\.php$ /$1 [R=301,L]
works great, but the next i need to redirect is:
/index.php?cat=chcat3
and 3 more like that, but it dossent matter how i do this it dont work, im no expert in apache, so maybe im doing something wrong.