RBDI/epc/master/.htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^beautystore.su$ [OR]
RewriteCond %{HTTP_HOST} ^www.beautystore.su$ [OR]
RewriteCond %{HTTP_HOST} ^5177380.ru$ [OR]
RewriteCond %{HTTP_HOST} ^www.5177380.ru$
RewriteRule ^(.*)$ http://europrofcosmetic.ru/$1 [R=301,L]
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# php_flag display_errors on
# php_flag display_startup_errors on
On Github License
Files