View Single Post
Old 07-14-2005, 11:55 PM   PM User | #3
mrruben5
Regular Coder

 
Join Date: Nov 2004
Location: The Netherlands
Posts: 551
Thanks: 0
Thanked 0 Times in 0 Posts
mrruben5 is an unknown quantity at this point
Thanks, that's exactly what I was looking for. I understand that [R] will send a redirect header to the browser, but what does [QSA] do? Oh yeah, using the index.html to index.php?q=index with the R flag would break the use of mod_rewrite, hahaha.

[edit:NVM.]
Quote:
This flag forces the rewriting engine to append a query string part in the substitution string to the existing one instead of replacing it. Use this when you want to add more data to the query string via a rewrite rule.
[/edit]
__________________
CATdude about IE6: "All your box-model are belong to us"

Last edited by mrruben5; 07-15-2005 at 12:19 AM..
mrruben5 is offline   Reply With Quote