UPDATE `modx_site_content` SET `longtitle` = REPLACE(`longtitle`, ' ? ', ' a или b или c');
RewriteCond %{REQUEST_URI} !\?
RewriteCond %{REQUEST_URI} !\&
RewriteCond %{REQUEST_URI} !\=
RewriteCond %{REQUEST_URI} !\.
RewriteCond %{REQUEST_URI} ![^\/]$
RewriteRule ^(.*)\/$ /$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^ford\.mytopsto\.ru$ [NC]
RewriteRule ^(.*)$ https://mytopsto.ru/ford/$1 [R=301,L]