Apologies for a question that has been asked before, but I'm running into
problems with a (at least I thought so) straight-forward mod_rewrite
ruleset. I'm trying to pass a couple of params via GET while redirecting
clients to the receiving script's query-less URI. This is what I pulled from
askapache.com, but the query string still shows up:
RewriteEngine On
RewriteBase /
RewriteCond %%{QUERY_STRING} .
RewriteRule ^my_script.php /my_script.php? [L]
Is it me, or are there more sinister forces at work?
Any pointers greatly appreciated.
Mike