Answer the question
In order to leave comments, you need to log in
How to handle GET parameter in Datalife?
Hello.
There is a Datalife engine, it is necessary to write a code in the engine module that will work only when opening pages of the site with the GET parameter site.ru/?test1
But for some reason Datalife does not accept such GET parameters - when opening such a link, the $_GET array does not contain this variable .
How to handle GET parameter ?
Please help.
Answer the question
In order to leave comments, you need to log in
But for some reason Datalife does not accept such GET parameters - when opening such a link, the $_GET array does not contain this variable.
# Категории
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^.]+)/page/([0-9]+)/?$ index.php?do=cat&category=$1&cstart=$2 [L,QSA]
RewriteRule ^([^.]+)/?$ index.php?do=cat&category=$1 [L,QSA]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question