Forum Moderators: phranque
The problem is that "?something=5" is optional. If I do a rewrite that always adds "&id=[the_number]" to the end, if the user leaves out "?something=5" then the request would be invalid ("/info/anypage.php&id=2", should be "/info/anypage.php?id=2").
How can I do that?
Jim