A
A
Alexander2016-12-08 15:26:18
MODX
Alexander, 2016-12-08 15:26:18

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

1 answer(s)
A
Alexey, 2016-12-09
@masterfreelance

Look at here

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question