/administratsiyam-naselyonnykh-punktov
перехватывает location /admin {
location /admin/ {
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?syst-hypertension\.ru$
RewriteRule ^(/)?$ http://syst-hypertension.ru/2075-082X [R=301,L]
RewriteCond %{HTTP_HOST} ^(www.)?ter-arkhiv\.ru$
RewriteRule ^(/)?$ http://ter-arkhiv.ru/0040-3660 [R=301,L]
RewriteCond %{HTTP_HOST} ^(www.)?modernonco\.orscience\.ru$
RewriteRule ^(/)?$ http://modernonco.orscience.ru/1815-1434 [R=301,L]
RewriteCond %{HTTP_HOST} ^(www.)?gynecology\.orscience\.ru$
RewriteRule ^(/)?$ http://gynecology.orscience.ru/2079-5831 [R=301,L]
RewriteCond %{HTTP_HOST} ^(www.)?edgccjournal\.org$
RewriteRule ^(/)?$ https://edgccjournal.org/EDGCC/ [R=301,L]
RewriteCond %{HTTP_HOST} ^(www.)?kazanmedjournal\.ru$
RewriteRule ^(/)?$ https://kazanmedjournal.ru/kazanmedj/ [R=301,L]
RewriteCond %{HTTP_HOST} ^(www.)?permmedjournal\.ru$
RewriteRule ^(/)?$ https://permmedjournal.ru/PMJ/ [R=301,L]
RewriteCond %{HTTP_HOST} ^(www.)?vestnik-vgik\.com$
RewriteRule ^(/)?$ https://vestnik-vgik.com/2074-0832/ [R=301,L]
RewriteCond %{HTTP_HOST} ^(www.)?transsyst\.ru$
RewriteRule ^(/)?$ https://transsyst.ru/transsyst/ [R=301,L]
RewriteCond %{HTTP_HOST} ^(www.)?hum-ecol\.ru$
RewriteRule ^(/)?$ https://hum-ecol.ru/1728-0869/ [R=301,L]
RewriteCond %{HTTP_HOST} ^(www.)?snv63\.ru$
RewriteRule ^(/)?$ https://snv63.ru/2309-4370/ [R=301,L]
RewriteCond %{HTTP_HOST} ^(www\.)?journals\.eco-vector\.com$ [NC]
RewriteRule ^2309-4370.* https://snv63.ru/2309-4370/$0 [L,R=301]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA]
/katalog/
co слешем в конце.https://www.kurgan.optimaservis.su/katalog
уже без /
Redirect 301 /katalog/ /
Redirect 301 /katalog/$ /?
$
%DD
где DD шестнадцатеричные цифры.\xDD
.$paginate_links = '
"https://site.ru/catalog/page/1"
"https://site.ru/catalog/page/1/"
';
echo preg_replace( '~/page/1/?([\'"])~', '/\1', $paginate_links );
server_name www.example.ru example.ru;
listen 443 ssl default_server;
server {
listen 80;
listen [::]:80;
server_name admin.example.ru;
rewrite ^ https://admin.example.ru$request_uri? permanent;
}
proxy_set_header Host $host;
и сделать такlocation /link/ {
proxy_pass https://site1.ru;
#proxy_set_header Host $host;
}
server {
root /home/admin/web/site.com/public_html;
rewrite ^/plugin_name1/plugin\.php$ /plugins/plugin_name1/folder/plugin.php last;
rewrite ^/plugin_name2/plugin\.php$ /plugins/plugin_name2/folder/plugin.php last;
location ~ \.php {
fastcgi_pass ...;
include fastcgi_params;
}
rewrite ^/(plugin_name1|plugin_name2)/(plugin\.php)$ /plugins/$1/folder/$2 last;