Apache isn't the fastest or maximally customizable web server, its popularity comes from the fact that it provides a very good balance of these things bundled with maximum portability and reliability.
Вы не зашли.
Страниц: 1
Сайт не открывается в эксплорере ниже 8 версии. В опере нормально.
dm-sakh.ru
вот логи апача:
[Fri Nov 13 10:20:51 2009] [warn] [client 77.88.29.248] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed [Fri Nov 13 10:21:16 2009] [error] [client 192.168.2.52] PHP Notice: Undefined index: page in F:\\Site\\templates\\feel_free\\index.php on line 97 [Fri Nov 13 10:21:16 2009] [error] [client 192.168.2.52] PHP Notice: Undefined index: page in F:\\Site\\templates\\feel_free\\index.php on line 97 [Fri Nov 13 10:21:16 2009] [error] [client 192.168.2.52] PHP Notice: Undefined index: page in F:\\Site\\templates\\feel_free\\index.php on line 110 [Fri Nov 13 10:21:16 2009] [error] [client 192.168.2.52] PHP Notice: Undefined index: page in F:\\Site\\templates\\feel_free\\index.php on line 110 [Fri Nov 13 10:21:18 2009] [warn] [client 192.168.2.52] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed [Fri Nov 13 10:21:24 2009] [warn] [client 77.88.29.248] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed [Fri Nov 13 10:21:26 2009] [warn] [client 192.168.2.52] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed, referer: http://dm-sakh.ru [Fri Nov 13 10:21:26 2009] [warn] [client 192.168.2.52] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed, referer: http://dm-sakh.ru [Fri Nov 13 10:21:26 2009] [warn] [client 192.168.2.52] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed, referer: http://dm-sakh.ru [Fri Nov 13 10:21:26 2009] [warn] [client 192.168.2.52] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed, referer: http://dm-sakh.ru [Fri Nov 13 10:21:27 2009] [warn] [client 192.168.2.52] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed, referer: http://dm-sakh.ru [Fri Nov 13 10:21:27 2009] [warn] [client 192.168.2.52] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed, referer: http://dm-sakh.ru [Fri Nov 13 10:21:27 2009] [warn] [client 192.168.2.52] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed, referer: http://dm-sakh.ru [Fri Nov 13 10:21:27 2009] [warn] [client 192.168.2.52] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed, referer: http://dm-sakh.ru [Fri Nov 13 10:21:49 2009] [warn] [client 67.218.116.130] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed [Fri Nov 13 10:21:57 2009] [warn] [client 77.88.29.248] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed [Fri Nov 13 10:22:29 2009] [warn] [client 77.88.29.248] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed [Fri Nov 13 10:22:50 2009] [warn] [client 66.249.65.65] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed [Fri Nov 13 10:22:58 2009] [warn] [client 67.218.116.130] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed [Fri Nov 13 10:23:01 2009] [warn] [client 77.88.29.248] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed [Fri Nov 13 10:23:33 2009] [warn] [client 77.88.29.248] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed [Fri Nov 13 10:24:05 2009] [warn] [client 77.88.29.248] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed [Fri Nov 13 10:24:10 2009] [warn] [client 67.218.116.130] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed
Вот строки файл Index.php
97 <?php if (($_GET['page'] == 'shop.browse') || ($_GET['page'] == 'shop.product_details')) {} else { ?>
<div id="usermods_2"><div id="user5">
<jdoc:include type="modules" name="user5" style="xhtml" />
</div>
<div id="user4">
<jdoc:include type="modules" name="user6" style="xhtml" />
</div>
......
110 <?php if (($_GET['page'] == 'shop.browse') || ($_GET['page'] == 'shop.product_details')) {} else { ?>
<?php if($this->countModules('right')) : ?>
<td width="195">
<div id="logo2">
<a href="<?php echo $this->baseurl ?>/"><img src="/templates/feel_free/images/logo_2.png" width="170" height="120" title="<?php echo $mainframe->getCfg('sitename') ;?>" /></a>
</div>
<div class="clear"></div>
<div id="modules_r">
<jdoc:include type="modules" name="right" style="xhtml" />
</div>
Подскажите, что не так?
Спасибо!
Неактивен
Страниц: 1