<IfModule mod_autoindex>
	Options -Indexes
</IfModule>




# Google PageSpeed Insights модуль PageSpeed,есть не на всех хостингах и не везде может работать, нужно уточнять у хостеров
<IfModule pagespeed_module>
	ModPagespeed on
	ModPagespeedRewriteLevel CoreFilters
	ModPagespeedEnableFilters make_google_analytics_async
	ModPagespeedEnableFilters prioritize_critical_css
	ModPagespeedEnableFilters defer_javascript
	ModPagespeedEnableFilters sprite_images
	ModPagespeedEnableFilters convert_png_to_jpeg,convert_jpeg_to_webp
	ModPagespeedEnableFilters collapse_whitespace,remove_comments
</IfModule>

DirectoryIndex /public/section.php?sectionId=1&rewrite=3c4a1b78dd753a1448566823c465a0d7
RewriteEngine On

SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

# Редирект на домен если используют index.php.
RewriteCond %{THE_REQUEST} ^.*/index\.php
RewriteRule ^(.*)index.php$ /$1 [R=301,L]

# Проверяем, повторяется ли слеш (//) более двух раз.
RewriteCond %{THE_REQUEST} \s[^?]*//
# Исключаем все лишние слеши.
RewriteRule ^(.+?)/{2,}(.*)$ $1/$2 [R=301,L]


	RewriteCond %{HTTPS} =off
    	RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [QSA,L]

ErrorDocument 404 /public/error-404.php?rewrite=3c4a1b78dd753a1448566823c465a0d7


RewriteRule ^rss.xml$ /public/rss.php?rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^sitemap.xml$ /public/sitemap.php?rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]

RewriteRule ^index\.htm$ https://imzo.lifestyle.uz/ [L,R=301]


#RewriteRule ^brands/([^/]+)/page([0-9]+)\.htm$ /public/brand.php?%{QUERY_STRING}&fileName=$1&page=$2&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^brands/([^/]+)/([^/]+)/page([0-9]+)\.htm$ /public/brand.php?%{QUERY_STRING}&fileName=$1&page=$2&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^brands/([^/]+)/([^/]+) /public/brand.php?%{QUERY_STRING}&fileName=$1&param=$2&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^brands/([^/]+) /public/brand.php?%{QUERY_STRING}&fileName=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^about$ /about/ [L,R=301]
RewriteRule ^about/$ /public/section.php?%{QUERY_STRING}&sectionId=2&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^about/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=2&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^about/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=2&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^about/virtualnyj\-tur\-po\-zavodu$ /about/virtualnyj-tur-po-zavodu/ [L,R=301]
RewriteRule ^about/virtualnyj\-tur\-po\-zavodu/$ /public/section.php?%{QUERY_STRING}&sectionId=65&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^about/virtualnyj\-tur\-po\-zavodu/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=65&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^about/virtualnyj\-tur\-po\-zavodu/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=65&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^about/company_history$ /about/company_history/ [L,R=301]
RewriteRule ^about/company_history/$ /public/section.php?%{QUERY_STRING}&sectionId=9&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^about/company_history/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=9&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^about/company_history/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=9&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^about/jobs$ /about/jobs/ [L,R=301]
RewriteRule ^about/jobs/$ /public/section.php?%{QUERY_STRING}&sectionId=10&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^about/jobs/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=10&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^about/jobs/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=10&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^about/teams$ /about/teams/ [L,R=301]
RewriteRule ^about/teams/$ /public/section.php?%{QUERY_STRING}&sectionId=34&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^about/teams/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=34&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^about/teams/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=34&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^products$ /products/ [L,R=301]
RewriteRule ^products/$ /public/section.php?%{QUERY_STRING}&sectionId=3&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^products/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=3&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^products/([^/]+)\.htm$ /public/product.php?%{QUERY_STRING}&fileName=$1&sectionId=3&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]



RewriteRule ^products/plastikovye\-okna$ /products/plastikovye-okna/ [L,R=301]
RewriteRule ^products/plastikovye\-okna/$ /public/section.php?%{QUERY_STRING}&sectionId=11&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^products/plastikovye\-okna/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=11&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^products/plastikovye\-okna/([^/]+)\.htm$ /public/product.php?%{QUERY_STRING}&fileName=$1&sectionId=11&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]



RewriteRule ^products/alyuminievye\-okna$ /products/alyuminievye-okna/ [L,R=301]
RewriteRule ^products/alyuminievye\-okna/$ /public/section.php?%{QUERY_STRING}&sectionId=12&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^products/alyuminievye\-okna/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=12&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^products/alyuminievye\-okna/([^/]+)\.htm$ /public/product.php?%{QUERY_STRING}&fileName=$1&sectionId=12&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]



RewriteRule ^products/doors$ /products/doors/ [L,R=301]
RewriteRule ^products/doors/$ /public/section.php?%{QUERY_STRING}&sectionId=15&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^products/doors/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=15&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^products/doors/([^/]+)\.htm$ /public/product.php?%{QUERY_STRING}&fileName=$1&sectionId=15&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]



RewriteRule ^products/razdvizhnye\-sistemy$ /products/razdvizhnye-sistemy/ [L,R=301]
RewriteRule ^products/razdvizhnye\-sistemy/$ /public/section.php?%{QUERY_STRING}&sectionId=13&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^products/razdvizhnye\-sistemy/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=13&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^products/razdvizhnye\-sistemy/([^/]+)\.htm$ /public/product.php?%{QUERY_STRING}&fileName=$1&sectionId=13&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]



RewriteRule ^products/importnye\-sistemy$ /products/importnye-sistemy/ [L,R=301]
RewriteRule ^products/importnye\-sistemy/$ /public/section.php?%{QUERY_STRING}&sectionId=48&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^products/importnye\-sistemy/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=48&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^products/importnye\-sistemy/([^/]+)\.htm$ /public/product.php?%{QUERY_STRING}&fileName=$1&sectionId=48&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]



RewriteRule ^products/fasadnye\-sistemy$ /products/fasadnye-sistemy/ [L,R=301]
RewriteRule ^products/fasadnye\-sistemy/$ /public/section.php?%{QUERY_STRING}&sectionId=16&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^products/fasadnye\-sistemy/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=16&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^products/fasadnye\-sistemy/([^/]+)\.htm$ /public/product.php?%{QUERY_STRING}&fileName=$1&sectionId=16&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]



RewriteRule ^products/rolletnye\-sistemy$ /products/rolletnye-sistemy/ [L,R=301]
RewriteRule ^products/rolletnye\-sistemy/$ /public/section.php?%{QUERY_STRING}&sectionId=47&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^products/rolletnye\-sistemy/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=47&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^products/rolletnye\-sistemy/([^/]+)\.htm$ /public/product.php?%{QUERY_STRING}&fileName=$1&sectionId=47&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]



RewriteRule ^products/aksessuary$ /products/aksessuary/ [L,R=301]
RewriteRule ^products/aksessuary/$ /public/section.php?%{QUERY_STRING}&sectionId=14&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^products/aksessuary/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=14&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^products/aksessuary/([^/]+)\.htm$ /public/product.php?%{QUERY_STRING}&fileName=$1&sectionId=14&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]



RewriteRule ^products/steklyannye\-ograzhdeniya$ /products/steklyannye-ograzhdeniya/ [L,R=301]
RewriteRule ^products/steklyannye\-ograzhdeniya/$ /public/section.php?%{QUERY_STRING}&sectionId=67&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^products/steklyannye\-ograzhdeniya/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=67&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^products/steklyannye\-ograzhdeniya/([^/]+)\.htm$ /public/product.php?%{QUERY_STRING}&fileName=$1&sectionId=67&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]



RewriteRule ^calculator$ /calculator/ [L,R=301]
RewriteRule ^calculator/$ /public/section.php?%{QUERY_STRING}&sectionId=4&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^calculator/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=4&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^calculator/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=4&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^news$ /news/ [L,R=301]
RewriteRule ^news/$ /public/section.php?%{QUERY_STRING}&sectionId=5&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^news/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=5&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^news/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=5&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^franchise$ /franchise/ [L,R=301]
RewriteRule ^franchise/$ /public/section.php?%{QUERY_STRING}&sectionId=7&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^franchise/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=7&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^franchise/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=7&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^franchise/samarkand$ /franchise/samarkand/ [L,R=301]
RewriteRule ^franchise/samarkand/$ /public/section.php?%{QUERY_STRING}&sectionId=66&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^franchise/samarkand/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=66&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^franchise/samarkand/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=66&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^credit$ /credit/ [L,R=301]
RewriteRule ^credit/$ /public/section.php?%{QUERY_STRING}&sectionId=6&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=6&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=6&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^credit/advantage$ /credit/advantage/ [L,R=301]
RewriteRule ^credit/advantage/$ /public/section.php?%{QUERY_STRING}&sectionId=37&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/advantage/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=37&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/advantage/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=37&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^credit/advantage/legko$ /credit/advantage/legko/ [L,R=301]
RewriteRule ^credit/advantage/legko/$ /public/section.php?%{QUERY_STRING}&sectionId=42&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/advantage/legko/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=42&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/advantage/legko/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=42&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^credit/advantage/bystro$ /credit/advantage/bystro/ [L,R=301]
RewriteRule ^credit/advantage/bystro/$ /public/section.php?%{QUERY_STRING}&sectionId=43&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/advantage/bystro/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=43&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/advantage/bystro/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=43&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^credit/advantage/udobno$ /credit/advantage/udobno/ [L,R=301]
RewriteRule ^credit/advantage/udobno/$ /public/section.php?%{QUERY_STRING}&sectionId=44&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/advantage/udobno/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=44&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/advantage/udobno/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=44&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^credit/advantage/vygodno$ /credit/advantage/vygodno/ [L,R=301]
RewriteRule ^credit/advantage/vygodno/$ /public/section.php?%{QUERY_STRING}&sectionId=45&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/advantage/vygodno/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=45&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/advantage/vygodno/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=45&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^credit/okna\-segodnya\-dengi\-potom$ /credit/okna-segodnya-dengi-potom/ [L,R=301]
RewriteRule ^credit/okna\-segodnya\-dengi\-potom/$ /public/section.php?%{QUERY_STRING}&sectionId=36&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/okna\-segodnya\-dengi\-potom/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=36&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/okna\-segodnya\-dengi\-potom/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=36&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^credit/poryadok\-oformleniya$ /credit/poryadok-oformleniya/ [L,R=301]
RewriteRule ^credit/poryadok\-oformleniya/$ /public/section.php?%{QUERY_STRING}&sectionId=38&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/poryadok\-oformleniya/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=38&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/poryadok\-oformleniya/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=38&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^credit/poryadok\-oformleniya/step\-1$ /credit/poryadok-oformleniya/step-1/ [L,R=301]
RewriteRule ^credit/poryadok\-oformleniya/step\-1/$ /public/section.php?%{QUERY_STRING}&sectionId=39&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/poryadok\-oformleniya/step\-1/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=39&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/poryadok\-oformleniya/step\-1/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=39&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^credit/poryadok\-oformleniya/step\-2$ /credit/poryadok-oformleniya/step-2/ [L,R=301]
RewriteRule ^credit/poryadok\-oformleniya/step\-2/$ /public/section.php?%{QUERY_STRING}&sectionId=40&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/poryadok\-oformleniya/step\-2/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=40&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/poryadok\-oformleniya/step\-2/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=40&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^credit/poryadok\-oformleniya/step\-3$ /credit/poryadok-oformleniya/step-3/ [L,R=301]
RewriteRule ^credit/poryadok\-oformleniya/step\-3/$ /public/section.php?%{QUERY_STRING}&sectionId=41&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/poryadok\-oformleniya/step\-3/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=41&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^credit/poryadok\-oformleniya/step\-3/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=41&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^contacts$ /contacts/ [L,R=301]
RewriteRule ^contacts/$ /public/section.php?%{QUERY_STRING}&sectionId=8&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^contacts/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=8&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^contacts/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=8&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^contacts/ofitsialnye$ /contacts/ofitsialnye/ [L,R=301]
RewriteRule ^contacts/ofitsialnye/$ /public/section.php?%{QUERY_STRING}&sectionId=63&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^contacts/ofitsialnye/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=63&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^contacts/ofitsialnye/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=63&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^contacts/partnery$ /contacts/partnery/ [L,R=301]
RewriteRule ^contacts/partnery/$ /public/section.php?%{QUERY_STRING}&sectionId=64&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^contacts/partnery/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=64&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^contacts/partnery/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=64&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^privacy\-policy$ /privacy-policy/ [L,R=301]
RewriteRule ^privacy\-policy/$ /public/section.php?%{QUERY_STRING}&sectionId=30&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^privacy\-policy/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=30&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^privacy\-policy/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=30&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^agreement$ /agreement/ [L,R=301]
RewriteRule ^agreement/$ /public/section.php?%{QUERY_STRING}&sectionId=31&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^agreement/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=31&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^agreement/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=31&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^reviews$ /reviews/ [L,R=301]
RewriteRule ^reviews/$ /public/section.php?%{QUERY_STRING}&sectionId=32&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^reviews/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=32&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^reviews/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=32&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^partners$ /partners/ [L,R=301]
RewriteRule ^partners/$ /public/section.php?%{QUERY_STRING}&sectionId=33&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^partners/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=33&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^partners/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=33&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^banks$ /banks/ [L,R=301]
RewriteRule ^banks/$ /public/section.php?%{QUERY_STRING}&sectionId=35&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^banks/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=35&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^banks/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=35&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


RewriteRule ^offers\-for\-buyers$ /offers-for-buyers/ [L,R=301]
RewriteRule ^offers\-for\-buyers/$ /public/section.php?%{QUERY_STRING}&sectionId=46&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^offers\-for\-buyers/page([0-9]+)\.htm$ /public/section.php?%{QUERY_STRING}&sectionId=46&page=$1&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]
RewriteRule ^offers\-for\-buyers/([^/]+)\.htm$ /public/article.php?%{QUERY_STRING}&fileName=$1&sectionId=46&rewrite=3c4a1b78dd753a1448566823c465a0d7 [L]


# все запросы в префиксом (ajax) будут обрабатываться следующим образом ajax-(что здесь будет) /public/ajax-feedback СЮДА ПРИДЕТ.php
RewriteRule ^ajax-(.*) /public/ajax-$1.php?rewrite=3c4a1b78dd753a1448566823c465a0d7 [QSA]
# все запросы в префиксом (api) будут обрабатываться следующим образом api-(что здесь будет) /public/api-app СЮДА ПРИДЕТ.php
RewriteRule ^api-(.*) /public/api-$1.php?rewrite=3c4a1b78dd753a1448566823c465a0d7 [QSA]

# Set the “ea-php74” package as the default “PHP” programming language.
<IfModule mime_module>
	AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
</IfModule>


# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php74” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
