Forum Moderators: phranque
I wrote a rule that does the following:
RewriteRule ^thefolder/(.*) search.php?theid=$1
so http://example.com/cards/search.php?theid=1000 turns into
http://example.com/cards/thefolder/1000
http://example.com/cards/thefolder/1000 and then fetch content from inside the server from /cards/search.php?theid=1000