Gmane
From: Brian Mearns <mearns.b <at> gmail.com>
Subject: Re: Apache server - Output to the same page whatever request
Newsgroups: gmane.comp.apache.user
Date: 2008-10-10 01:38:49 GMT (12 weeks, 4 days, 20 hours and 26 minutes ago)
The QSA option is what you need to pass the GET arguments along to the
rewritten url. For instance, if you want EVERY url to get served by
a.php, including GET arguments, you can do:

RewriteRule ^.*$     /a.php     [QSA]

I'm pretty sure that's the write matching pattern to match anything,
but whether it is or not, the QSA option should do what you want.

Hope that helps.

-Brian

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe <at> httpd.apache.org
   "   from the digest: users-digest-unsubscribe <at> httpd.apache.org
For additional commands, e-mail: users-help <at> httpd.apache.org