On Tue, Jan 6, 2009 at 11:25 AM, Channel Five <edd.dawson@xxxxxxxxx> wrote: > Hi > > I have the following URL's > > http://www.mydomain.com/topic-guide.php > http://www.mydomain.com/topic-guide.php?section=2 > http://www.mydomain.com/topic-guide.php?section=3 > http://www.mydomain.com/topic-guide.php?section=4 You have one url, with an optional parameter, called "section". This parameter is handled by your php script. > I want to redirect all those ending in ?section=x to > > http://www.mydomain.com/topic-guide.php This is already done. Any URL of the form: http://www.mydomain.com/topic-guide.php?<something> will cause apache to process topic-guide.php, with whatever passed as arguments passed on to the script. It is up to your script to deal with the arguments. Krist -- krist.vanbesien@xxxxxxxxx krist@xxxxxxxxxxxxx Bremgarten b. Bern, Switzerland -- A: It reverses the normal flow of conversation. Q: What's wrong with top-posting? A: Top-posting. Q: What's the biggest scourge on plain text email discussions? --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx