web-izmerenie/alfa-rostov/master/.htaccess - Htaccess File

web-izmerenie/alfa-rostov/master/.htaccess

Options -Indexes
ErrorDocument 404 /404.php

<IfModule mod_php5.c>
  php_flag session.use_trans_sid off
  php_value display_errors 1
  php_value mbstring.internal_encoding UTF-8
</IfModule>

<IfModule mod_rewrite.c>
  Options +FollowSymLinks
  RewriteEngine On

  Redirect 301 /scheben.html /scheben/
  RewriteRule ^nerudnye-materialy/scheben/(.*)$ /scheben/$1 [L,NC,R=301,NE]

  
  RewriteRule ^scheben/v-(.*).html$  /seo/proxy.php?url=/statyi/v-$1/ [L,NC]
  RewriteRule ^scheben/ce(.*).html$  /seo/proxy.php?url=/statyi/ce$1/ [L,NC]
  
  RewriteCond %{HTTP_HOST} !^www.alfa-rostov.ru$
  RewriteCond %{HTTP_HOST} !^andrei.alfa-rostov.ru$
  RewriteRule ^(.*)$ http://www.alfa-rostov.ru/$1 [R=301,L]

  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-l
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !/bitrix/urlrewrite.php$
  RewriteRule ^(.*)$ /bitrix/urlrewrite.php [L]
  RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>

<IfModule mod_dir.c>
  DirectoryIndex index.php index.html
</IfModule>

<IfModule mod_expires.c>
  ExpiresActive on
  ExpiresByType image/jpeg "access plus 3 day"
  ExpiresByType image/gif "access plus 3 day"
  ExpiresByType image/png "access plus 3 day"
  ExpiresByType text/css "access plus 3 day"
  ExpiresByType application/javascript "access plus 3 day"
</IfModule>

Redirect 301 /o-kompanii.html /o-kompanii/
Redirect 301 /kontaktnaya-informatsiya.html /kontaktnaya-informatsiya/
Redirect 301 /novosti.html /o-kompanii/novosti/
Redirect 301 /stati.html /o-kompanii/stati/
Redirect 301 /svoystva-schebnya.html /o-kompanii/stati/svoystva-shchebnya/
Redirect 301 /tyirsa.html /nerudnye-materialy/tyrsa/tyrsa/

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REMOTE_USER, REQUEST_FILENAME

Comments

Apache