Answer the question
In order to leave comments, you need to log in
How to do 2-level Rewrite?
Hi all. I have a category.php file and it displays categories like category.php?id=Fashion
I made a modrewright link like this: /category/Fashion
RewriteRule ^category/([^\.]*)$ category.php?id=$1 [L,QSA]
Answer the question
In order to leave comments, you need to log in
I'm not a .htaccess master, but this is how it works.
You can test here: htaccess.mwl.be
RewriteRule ^category/([^/]+)/([^/]+)/?$ category.php?id=$1&album=$2 [L,QSA]
RewriteRule ^category/([^/]+)/?$ category.php?id=$1 [L,QSA]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question