Commit e9088d108c776966a41ac8bfba535ced81292efe

Authored by Administrator
1 parent 33fdc9a3

14.06.16

Showing 2 changed files with 2 additions and 9 deletions   Show diff stats
@@ -80,8 +80,8 @@ AddDefaultCharset utf-8 @@ -80,8 +80,8 @@ AddDefaultCharset utf-8
80 RewriteCond %{HTTP_HOST} ^([^www].*)$ 80 RewriteCond %{HTTP_HOST} ^([^www].*)$
81 RewriteRule (.*) http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] 81 RewriteRule (.*) http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
82 82
83 - RewriteCond %{THE_REQUEST} (\/[\w\/-]+\w)\s  
84 - RewriteRule (.*) %1/ [R,L] 83 + RewriteCond %{THE_REQUEST} \s/+(.+?)/+[?\s]
  84 + RewriteRule /$ /%1 [R,L]
85 85
86 86
87 87
frontend/views/catalog/products.php
@@ -69,13 +69,6 @@ $this->registerJsFile(Yii::getAlias('@web/js/ion.rangeSlider.js'),[ @@ -69,13 +69,6 @@ $this->registerJsFile(Yii::getAlias('@web/js/ion.rangeSlider.js'),[
69 <div class="both"></div> 69 <div class="both"></div>
70 </nav> 70 </nav>
71 71
72 -<div class="text_seo hidden_seo text_seo_products">  
73 - <div>  
74 - <?= Seo::widget([ 'row'=>'seo_text'])?>  
75 - </div>  
76 - <a href="#" class="read_more_seo">Читать полностью</a>  
77 -</div>  
78 -  
79 <div class="loyout"> 72 <div class="loyout">
80 <div class="leftbar"> 73 <div class="leftbar">
81 <?php /* 74 <?php /*