You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
722 B
24 lines
722 B
# BEGIN WordPress
|
|
<IfModule mod_rewrite.c>
|
|
RewriteEngine On
|
|
RewriteBase /
|
|
RewriteRule ^index\.php$ - [L]
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteRule . /index.php [L]
|
|
RewriteCond %{HTTP_HOST} ^www\.provent\.ru$ [NC]
|
|
RewriteRule ^(.*)$ http://scandivent.ru/$1 [R=301,L]
|
|
RewriteCond %{HTTP_HOST} ^provent\.ru
|
|
RewriteRule ^(.*)$ http://scandivent.ru/$1 [R=301,L]
|
|
|
|
RewriteCond %{SERVER_PORT} ^80$ [OR]
|
|
RewriteCond %{HTTP} =on
|
|
RewriteRule ^(.*)$ https://scandivent.ru/$1 [R=301,L]
|
|
</IfModule>
|
|
# END WordPress
|
|
|
|
php_value upload_max_filesize 128M
|
|
php_value post_max_size 128M
|
|
php_value memory_limit 256M
|
|
php_value max_execution_time 300
|
|
php_value max_input_time 300
|
|
|