Answer the question
In order to leave comments, you need to log in
What does this line mean in htaccess?
RewriteRule ^([^/.]+|[^/.]+\.php)$ pages.php?contentpagename=$0&%{QUERY_STRING} [L]
Answer the question
In order to leave comments, you need to log in
all urls containing 2 slashes and php at the end like
111/222/luboe.php?=3343a3423 and so on
redirects to
pages.php?contentpagename=$0 PLUS the old get from here.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question