ShadoWx Posted February 25, 2013 Report Share Posted February 25, 2013 (edited) 1 пробелма при обновлении кешей системы вижу такое: 2. После успешной авторизации меня должно перенаправить на главную страничку, а в итоге, перенаправляет на главную, но с протоколом https:// и естественно выдает ошибку... для справки вот форум: читаем правила Edited February 25, 2013 by Respected Quote Link to comment Share on other sites More sharing options...
ShadoWx Posted February 25, 2013 Author Report Share Posted February 25, 2013 сейчас смотрю и в коде напрямую в мета-теге прописан редирект на https ...что за бред ? Quote Link to comment Share on other sites More sharing options...
Respected Posted February 25, 2013 Report Share Posted February 25, 2013 Напиши код редиректа. Quote Link to comment Share on other sites More sharing options...
ShadoWx Posted February 25, 2013 Author Report Share Posted February 25, 2013 (edited) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "__www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="ru" lang="ru" xmlns="__www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=<% CHARSET %>" /> <title>Подождите...</title> <meta http-equiv="refresh" content="2; url=https://сайт/" /> <link rel="shortcut icon" href='__сайт/favicon.ico' /> <link rel="stylesheet" type="text/css" href="__сайт/public/style_css/css_8/SOS_BBCodes.css"> <link rel="stylesheet" type="text/css" href="__сайт/public/style_css/css_8/ipb_mlist_addon.css"> <link rel="stylesheet" type="text/css" href="__сайт/public/style_css/css_8/socialicons.css"> <link rel="stylesheet" type="text/css" href="__сайт/public/style_css/css_8/simples.css"> <link rel="stylesheet" type="text/css" title="Main" media="screen,print" href="__сайт/public/style_css/css_8/ipb_styles.css"> <link rel="stylesheet" type="text/css" title="Main" media="screen,print" href="__сайт/public/style_css/css_8/ipb_common.css"> <link rel="stylesheet" type="text/css" title="Main" media="screen,print" href="__luciernaga.ru/public/style_css/css_8/ipb_login_register.css"> <link rel="stylesheet" type="text/css" title="Main" media="screen" href="__сайт/public/style_css/css_8/calendar_select.css"> <link rel="stylesheet" type="text/css" title="Main" media="screen,print" href="__сайт/public/style_css/css_8/ipb_ckeditor.css"> <link rel="stylesheet" type="text/css" title="Main" media="screen,print" href="__сайт/public/style_css/css_8/ipb_editor.css"> <link rel="stylesheet" type="text/css" title="Main" media="screen" href="__сайт/public/style_css/css_8/ipshoutbox.css"> <!--[if lte IE 7]> <link rel="stylesheet" type="text/css" title='Main' media="screen" href="__сайт/public/style_css/css_8/ipb_ie.css" /> <![endif]--> <script type='text/javascript'> jsDebug = 0; /* Must come before JS includes */ var isRTL = false; var rtlIe = ''; var rtlFull = ''; </script> <!--/CSS--> <script type='text/javascript'> //<![CDATA[ // Fix Mozilla bug: 209020 if ( navigator.product == 'Gecko' ) { navstring = navigator.userAgent.toLowerCase(); geckonum = navstring.replace( /.*gecko/(d+)/, "$1" ); setTimeout("moz_redirect()",1500); } function moz_redirect() { var url_bit = "https://сайт/"; window.location = url_bit.replace( new RegExp( "&", "g" ) , '&' ); } //> </script> </head> <body id='ipboard_body' class='redirector'> <div id='ipbredirectwrapper'> <p class='message'> <strong>Вы вошли в систему!</strong> <br /><br /> Подождите, сейчас Вы будете перенаправлены <br /> <span class='desc'>(<a href="https://сайт/">Или нажмите сюда, если не хотите ждать</a>)</span> </p> </div> </body> </html> это по адресу: сайт/index.php?app=core&module=global§ion=login&do=process Edited February 25, 2013 by ShadoWx Quote Link to comment Share on other sites More sharing options...
Respected Posted February 25, 2013 Report Share Posted February 25, 2013 Удали вообще эту строку из globalTemplate <meta http-equiv="refresh" content="2; url=https://сайт/" /> Quote Link to comment Share on other sites More sharing options...
ShadoWx Posted February 25, 2013 Author Report Share Posted February 25, 2013 в том то и дело я не вижу такой строки там ... Quote Link to comment Share on other sites More sharing options...
ShadoWx Posted February 25, 2013 Author Report Share Posted February 25, 2013 вопрос с редиректом решил, а как быть с обновлением кешей? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.