44 =>
array (
'CONDITION' => '#^/testovyy-razdel/#',
'RULE' => '',
'ID' => 'bitrix:news',
'PATH' => '/testovyy-razdel/index.php',
'SORT' => 100,
),
"SEF_FOLDER" => "/overall/obshchestvennye-obsuzhdeniya/",
"SEF_URL_TEMPLATES" => Array("detail"=>"#SECTION_CODE_PATH#/#ELEMENT_CODE#/","news"=>"","section"=>"#SECTION_CODE_PATH#/")
<form action="<?=$arResult["FORM_ACTION"]?>">
<table border="0" cellspacing="0" cellpadding="2" align="center">
<tr>
<td align="center"><?if($arParams["USE_SUGGEST"] === "Y"):?><?$APPLICATION->IncludeComponent(
"bitrix:search.suggest.input",
"",
array(
"NAME" => "q",
"VALUE" => "",
"INPUT_SIZE" => 15,
"DROPDOWN_SIZE" => 10,
),
$component, array("HIDE_ICONS" => "Y")
);?><?else:?><input type="text" name="q" value="" size="15" maxlength="50" /><?endif;?></td>
</tr>
<tr>
<td align="right"><input name="s" type="submit" value="<?=GetMessage("BSF_T_SEARCH_BUTTON");?>" /></td>
</tr>
</table>
</form>
"\domains\mgik-1c\local\templates\mgik\components\bitrix\search.page\search\template.php".
<form action="" method="get">
RewriteEngine On
RewriteCond %{HTTPS} =off
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{REQUEST_METHOD} !POST
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
RewriteCond %{HTTPS} =off
RewriteCond %{REQUEST_URI} ^/admin/$
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R,L]