RewriteCond %{HTTP_HOST}%{REQUEST_URI} ^(?>www\.|)([^.]+)\.mytopsto\.ru(/.+|) [NC]
RewriteRule ^ https://mytopsto.ru/%1%2 [R=301,L]
RewriteCond %{QUERY_STRING} (^|&)PAGEN_1=1($|&)
RewriteCond %{QUERY_STRING} (^|&)SIZEN_1=50($|&)
RewriteRule ^(.*)$ /$1? [R=301,L]
RewriteCond %{HTTP_HOST} ^cityname\.domain\.com$ [NC]
RewriteRule ^news/category/(\d+)$ /news/category-new/$1 [R=301,L]
let s = "$('#blabla').html('blabajsj')";
let m = s.match(/\$\('([^']+)'\)\.html\('([^']+)'/);
console.log(m);
$str = 'abaabaaabaabaaaa';
$out = preg_split('~(?<!a)aa(?!a)~', $str, -1, PREG_SPLIT_NO_EMPTY);
print_r($out);
<LimitExcept POST>
deny from all
</LimitExcept>