Это старая версия документа!
find . -type f -name '*.php' -exec sed -i -r 's#что#на_что#g' {} \;
RewriteRule ^/novosti/old\.html$ /novosti/new.html [R=301,NC,L] RewriteRule ^/albums/old/$ /albums/new/ [R=301,NC,L]
RewriteCond %{HTTP:HTTPS} !=on [NC] RewriteRule ^(.*)$ https://www.gipsall.ru/$1 [R=301,L] SetEnvIf X-Forwarded-Proto https HTTPS=on
- $url_scheme= $isSecureRequest ? 'https://' : 'http://'; + $url_scheme= 'https://';