Jump to content

Redirect Loop


lewisstevens1

Recommended Posts

Hey guys why do i keep getting a problem with a redirect loop... i dont know why and i just get:

http://www.powerwashers.co.uk/temp/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/main/index.php

 

Its mainly when i click that google link although its just been happening on most things i do... also it doesnt display in firefox :/...

 

Can anyone help me please?.

 

http://www.powerwashers.co.uk/temp/main/expo.php

 

 

<!DOCTYPE html>
<head>
   <title>Brendon Powerwashers - News & Exhibitions</title>
   <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
   <meta name="language" content="en"/>
   <meta name="robots" content="index, follow"/>
   <meta name="description" content=""/>
   <meta name="keywords" content=""/>

   <link rel="stylesheet" href="stylesheet/style1.css" type="text/css"/>
<link rel="stylesheet" href="stylesheet/style6.css" type="text/css"/>

   <script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/navigation_hide_show.js"></script>
<script type="text/javascript" src="js/hover_script.js"></script>
<script type="text/javascript" src="js/fader.js"></script>
<script type="text/javascript" src="js/bg_fade.js"></script>
<script type="text/javascript" src="js/jquery_script01.js"></script>
<script type="text/javascript" src="js/app_fader.js"></script>
<script type="text/javascript" src="js/navigation_dropdown.js"></script>
</head>
<body style='display:none;' class='body'>
<div id="header">
 <?php include('content/navigation2.php'); ?>
</div>
<div id="page_wrapper">
   <div id="page">
  <?php include('content/acc_navigation.php'); ?>
 <div id="fp_top2" style='margin-bottom:-3px;'>
 <div id="fp_nav">
  <ul>
   <a href="#" id="fade1_link"><li>Exhibitions</li></a>
   <a href="#" id="fade2_link"><li>Latest News</li></a>
   <a><li> </li></a><!--id="fade3_link"-->
   <a><li> </li></a><!--id="fade4_link"-->
   <a><li> </li></a><!--id="fade5_link"-->
   <a><li> </li></a><!--id="fade6_link"-->
   <a><li> </li></a><!--id="fade7_link"-->
  </ul>
 </div>
 <div id="fader_img2">
  <img id='fade1' class="fader_images" src="images/exhibition_banner.jpg" alt="Fader"/>
  <img id='fade2' class="fader_images" src="images/about_fader.jpg" alt="Fader"/>
  <img id='fade3' class="fader_images" src="images/fader/1_3.jpg" alt="Fader"/>
  <img id='fade4' class="fader_images" src="images/fader/1_4.jpg" alt="Fader"/>
  <img id='fade5' class="fader_images" src="images/fader/1_5.jpg" alt="Fader"/>
  <img id='fade6' class="fader_images" src="images/fader/1_6.jpg" alt="Fader"/>
  <img id='fade7' class="fader_images" src="images/fader/1_7.jpg" alt="Fader"/>
 </div>
 </div>
  <div>
   <div id="sheet2_1" class="fader_sheets">
 <div class="white_bg">
  <h1 style=" text-align:center; font-size:26px">Exhibitions</h1><br/>
  <?php
  $expire = date('Ymd');
  $select_query8 = mysql_query("SELECT * FROM expos ORDER BY expire");
  while($select_query_row8 = mysql_fetch_array($select_query8)){
   if($select_query_row8['expire'] > $expire)
   {
   echo '
   <div style="width:200px; height:300px; border:1px solid #000; float:left; margin-top:10px; margin-left:5px; margin-right:5px; margin-bottom:10px; padding:5px;">
   <div style="width:300px; margin:0px auto;"><img src="images/logos/'.$select_query_row8['image_url'].'" alt="Show Logo"/></div>


   <h1 style="text-align:center;">'.$select_query_row8['header'].'</h1><h1 style="text-align:center; font-size:14px; margin-top:4px">('.$select_query_row8['start_day'].'/'.
   $select_query_row8['start_month'].'/'.$select_query_row8['start_year'].
   ' - '.$select_query_row8['end_day'].'/'.
   $select_query_row8['end_month'].'/'.$select_query_row8['end_year'].')</h1><br/>';

   echo '<p style="text-align:center">'.$select_query_row8['content'].'<br/><a href="www.google.com" class="expo1" >www.google.com</a></p>
   </div>
   ';
   }
  }
  ?>

 </div>
		    </div>
		    <div id="sheet2_2" class="fader_sheets">
 <div class="white_bg">
  <h1 style=" text-align:center; font-size:26px">Latest News</h1>
  <p>Coming Soon...</p>
 </div>
		    </div>
   <div id="sheet2_3" class="fader_sheets">
 <div class="white_bg"> 
 </div>
		    </div>
   <div id="sheet2_4" class="fader_sheets">
 <div class="white_bg">
 </div>
		    </div>
   <div id="sheet2_5" class="fader_sheets">
 <div class="white_bg">
 </div>
		    </div>
   <div id="sheet2_6" class="fader_sheets">
 <div class="white_bg">
 </div>
		    </div>
   <div id="sheet2_7" class="fader_sheets">
 <div class="white_bg">
 </div>
   </div>
  </div>
</div>
</div>
<div id="background"></div>
</body>
</html>

Link to comment
https://forums.phpfreaks.com/topic/274640-redirect-loop/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.