I’ve already looked at a lot of resources on configuring .htaccess for different purposes, one question remains
how should a working .hta file look like? as I understood the principle of such -
<IfModule нужный_модуль> Интересующие опции модуля </IfModule>
but how then should a simple 301 redirect look? Just a line like
Redirect 301 / http://yoursitename.ru/
or should it be included in any module? I can not understand this. And is it necessary in the .htaccess configuration to point to the module if it is connected in the Apache config itself?