Answer the question
In order to leave comments, you need to log in
How to teach CNC in MODX to work with GET?
CNC set up and working. But! I have a snippet that generates links of a non-NC type: http://site.ru/?id=123&other1=val1&other2=val2
When I click on such a link, everything after ?id=123 is cut off and I get to the desired page, but without parameters: http://site.ru/alias
How can I make these parameters remain the same as they are generated snippet? http://site.ru/alias?other1=val1&other2=val2
.htaccess :
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
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