Hello when my rewrite was RewriteRule ^(.*)/(.*)/(.*)\/$ /tutorial.php?id=$2?category_name=$1?rewrite=$3 [L] Code (markup): it worked fine, but I needed to add another part to the url for my php script to work and now this new one does not work. RewriteRule ^(.*)/(.*)/(.*)/(.*)\/$ /tutorial.php?id=$2?category_name=$1?rewrite=$3&s=$4 [L] Code (markup): anyone have any idea whats wrong?
As this rule been respected ? List the line with the most variables first, then the second most and so on. Just a suggestion.