On Thu, Jul 16, 2009 at 11:37 AM, howard chen<howac...@gmail.com> wrote:
> A simple rewrite rule:
>
>
> RewriteRule ^/(.*)  /index.php?q=test1  [QSA]
> RewriteRule ^/test2  /index.php?q=test2  [QSA,L]
>
>
> The above rules rewrite everything to "q=test1", even I enter the URL
> = http://www.example.com/test2
>
> How to do the following...
>
> => Rewrite all url, except /test2, with the query string q=test1. If
> url is /test2, rewrite as "q=test2"
>

Reverse them if not in htaccess. If In htacces, protect with
RewriteCond %{REQUEST_URI} ...




-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to