Answer the question
In order to leave comments, you need to log in
How to write a RewriteRule for single and multi-level link nesting?
Hello. Help me write the right RewriteRule to organize the link hierarchy.
I have the following URL structure:
example.com/index.php?game=mario&selector=news&value=22
RewriteEngine On
RewriteRule ^([^/]*)/([^/]*)/([^/]*)$ /index.php?game=$1&selector=$2&value=$3 [L,QSA]
example.com/mario/news/22
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question