#****************** редирект без https
RewriteCond %{REQUEST_URI} !/administrator/
RewriteCond %{ENV:HTTPS} on
RewriteRule ^.*$ http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# index.php редирект без index.php
RewriteCond %{REQUEST_URI} !/administrator/
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /(.*)index\.php\ HTTP/ [NC]
RewriteRule ^.*$ http://oncostop.ru/%1 [R=301,L]