Well, i figured out that mod_rewrite isnt forwarding anything at all, somehow the server is just guessing i mean catalog.php when i put catalog/whatever i want.....
So i made a new rule, a very simple one...
RewriteRule ^/cata/(.*) /catalog.php?c=$1
and when i go to
www.domain.com/cata/123
instead of going to catalog.php?c=123 i get a 404 not found cata no such file or directory...
This is odd to me because I have the .htaccess in the right directory, and in the server config for this directory, it has allow override set to all... If i had a gun, ida shot my self by now, so some one please, for the love of god, help me... i have no clue what the hell to do next.
Mod_rewrite IS installed...