Currently I use:
RewriteRule ^([^/.]+)/?$ page.php?page=$1 [L]
Which is good for when passing one querystring through.
But is there a way just to pass all querystrings through? i.e. One page request might be:
domain.com/contact?course=23
and another may be:
domain.com/contact?workshop=41
So I need to know what the query string name is, but only ever one will be passed in at a time
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…