Help with mod rewrite
-
Hello,
I’ve changed the mod rewrite rules and manage to name the forum after the forum name:
I have:
http://www.dfur.com/designer_furniture – first forum page
http://www.dfur.com/designer_furniture/page/2 – second forum page
Now I have the .htaccess done as following:
RewriteRule ^designer_furniture /forum.php?id=1 [L,QSA] – for the first forum page
RewriteRule ^designer_furniture/page/([0-9]+)$ /forum.php?id=$1&page=$2 [L,QSA] – second forum page
The first mod rewrite rule works but the second just redirect me back to the main forum. What can I do to fix this?
Thanx,
Mircea.
- You must be logged in to reply to this topic.