Warning: Undefined array key "orderhash" in /home/labreunis/maxkuku.ru/docs/webmaster/index.php on line 177
Список полезных функций
(☞ຈل͜ຈ)☞ Главная  Статьи  Загрузчик Домой


Warning: Undefined variable $name in /home/labreunis/maxkuku.ru/docs/webmaster/index.php on line 209

Warning: Undefined array key "orderhash" in /home/labreunis/maxkuku.ru/docs/webmaster/index.php on line 224

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /home/labreunis/maxkuku.ru/docs/webmaster/index.php on line 224

Warning: Undefined variable $name in /home/labreunis/maxkuku.ru/docs/webmaster/index.php on line 224

Warning: Undefined variable $name in /home/labreunis/maxkuku.ru/docs/webmaster/index.php on line 294
Ok!
Ok!
307
<meta http-equiv="refresh" content="0;url=https://spa-cavefish.ru/odintsovo">
meta, redirect, редирект html200Редирект 301 средствами html
249
RedirectMatch 301 ^/my_redirected_folder/ http://www.new-website.com/
redirect, редирект220В корневом htaccess редирект с папки на другой сайт
232
if(preg_match('/[A-Z]/', $_SERVER['REQUEST_URI'])){
	LocalRedirect(strtolower($_SERVER['REQUEST_URI']), 0, "301 Moved permanently"); 
}
bitrix, редирект, localredirect9000Битрикс редирект в обход htaccess с заглавных букв в УРЛ на маленькие
193
RedirectMatch 301 /(.*)/$ /$1.html
редирект, html560Редирект с папки на файл .html
158
RewriteRule ^receipt/(.+)/$ receipt/full.php?tag=$1 [L]
редирект, строка на папку10970Перевод в htaccess с get параметра на папку и садресом
115
  RewriteCond %{REQUEST_URI} !^/(catalog/special/action)
  RewriteCond %{REQUEST_URI} !^/(catalog/special/hit)
  RewriteCond %{REQUEST_URI} !^/(catalog/special/new)
  RewriteCond %{REQUEST_URI} ^/catalog/special/(.*)/
  RewriteRule ^.*$ /404.php [L]
404, редирект1090Редирект на 404 всех из списка кроме указанных
41
RewriteEngine On 
RewriteCond %{HTTPS} off 
RewriteCond %{HTTP_HOST} ^(?:www.)?(.*)$ [NC]
RewriteRule (.*) https://%1%{REQUEST_URI} [L,R=301]
redirect, редирект3500Редирект с http на https + с www на non-www