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.
13 lines
330 B
13 lines
330 B
# BEGIN WordPress
|
|
<IfModule mod_rewrite.c>
|
|
RewriteEngine On
|
|
RewriteCond %{HTTP_HOST} provent.ru
|
|
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 |