I think what im dealing with here is just too easy and im over thinking it..
In a nut shell I want to append an argument at the end of all my URLS..
For example if I go to www.mysite.com it will rewrite it as www.mysite.com/?blah
This is what iv tried
RewriteRule ^(.*)$ ?blah [L,QSA]
What am I missing and or doing wrong.
Thank You