![]() | Join Date: Jul 2007 | Posts: 3 |
Help with a rewrite
I am in the middle of rewriting my forum's URLs and I need help with paging. I am stuck at this:
I want to rewrite:
to read:
But when I use this in .htaccess:
it does not give the expected results. VB does not receive the other variables (order and page) and also the images appear broken because it thinks forumdisplay is a directory.
Can someone please help?
I want to rewrite:
Code:
forumdisplay.php?f=1&order=desc&page=2
Code:
forumdisplay-1/?order=desc&page=2
Code:
RewriteBase / RewriteRule ^forumdisplay-([0-9]+)/(\.*)$ forumdisplay.php?f=$1&$2 [L]
Can someone please help?








Linear Mode

