Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
RewriteRule ^subdomains/zabeg/(.+)$ /$1? [L,R=301]
Options -Indexes ErrorDocument 404 /404.html Redirect 301 /catalog/index.php https://topligarun.ru RewriteEngine On RewriteCond %{HTTP_HOST} ^zabeg\.topligarun\.ru RewriteCond %{REQUEST_URI} !^/bitrix RewriteCond %{REQUEST_URI} !^/subdomains/zabeg RewriteRule ^(.*)$ /subdomains/zabeg/$1 [L] RewriteCond %{HTTP_HOST} ^camp\.topligarun\.ru RewriteCond %{REQUEST_URI} !^/bitrix RewriteCond %{REQUEST_URI} !^/subdomains/camp RewriteRule ^(.*)$ /subdomains/camp/$1 [L] RewriteCond %{HTTP_HOST} ^club\.topligarun\.ru RewriteCond %{REQUEST_URI} !^/bitrix RewriteCond %{REQUEST_URI} !^/subdomains/club RewriteRule ^(.*)$ /subdomains/club/$1 [L] RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTPS RewriteRule ^index\.php$ https://topligarun.ru/ [R=301,L] AddType application/x-httpd-php .html .htm .txt #RewriteCond %{HTTP_HOST} ^krasnodar.(.*)$ [NC] #RewriteRule ^(.*)$ http://%1/$1 [R=301,L] #мои правила #RewriteRule ^subdomains/zabeg/(.+)$ /$1? [L,R=301] #RewriteCond %{SERVER_PORT} ^443$ [OR] #RewriteCond %{HTTPS} =on #RewriteRule ^(.*)$ http://topligarun.ru/$1 [R=301,L] #мои правила RewriteCond %{REQUEST_METHOD} =GET # Выявляем GET запрос в URL (не POST). RewriteCond %{REQUEST_URI} ^(.*)/index\.php$ # URL cодержит index.php в конце. RewriteRule ^(.*)$ %1/ [R=301,L] # Удалить index.php из URL. RewriteCond %{REQUEST_URI} !\? RewriteCond %{REQUEST_URI} !\& RewriteCond %{REQUEST_URI} !\= RewriteCond %{REQUEST_URI} !\. RewriteCond %{REQUEST_URI} !\/$ RewriteRule ^(.*[^\/])$ /$1/ [R=301,L] RewriteBase / RewriteRule ^api/login/(.*)$ / [L,R=301]