Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 5 of 5

This is a discussion on Page Not Loading - Help! in the Shared & Semi-Dedicated forum
Ack! The most important page on my site won't load. It doesn't give a 404. It looks like it may be stuck in a loop, ...

  1. #1
    Aletia Customer
    Join Date
    Oct 2001
    Posts
    631

    Page Not Loading - Help!

    Ack! The most important page on my site won't load. It doesn't give a 404. It looks like it may be stuck in a loop, but I can't figure out what is causing it. I totally deleted the .htaccess file, and it still wouldn't load. I have also deleted the file and re-uploaded it. I haven't made any changes to the file in weeks, and I can't find any code that would be causing it to fail. Can someone take a look, and help me diagnose this problem?

    HTML Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> 
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head>
    <title>Widescreen Advocate > Why Widescreen?</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="author" content="Joshua Clinard" />
    <meta name="revised" content="watchdog update, 03/12/04" />
    <link rel="stylesheet" type="text/css" media="print" href="print.css" />
    <style type="text/css" media="all">@import "styles.css";</style>
    </head>
    <body>
    
    
    <div id="header"> <img src="images/mainhead.gif" width="630" alt="header" /> </div>
    
    <div id="content"> 
    <div id="titlebar"><span class="title">why widescreen?</span><span class="title2"> > downloads</span>
    </div>
    
    
    <p>
    <img src="images/wwlogo.gif" alt="ww logo" />
    </p>
    
    <div id="left">
    
    <p class="bold">...is Widescreen Advocate's own widescreen educational campaign.</p>
    
    <p>
    Click on the numbers to the right to find an array of download materials that we have available. Please download these files and distribute freely.
    </p>
    
    <p>
    <span class="bold">Some Distribution ideas:</span><br />Give flyers or brocures to friends, family, co-workers, neighbors, church members, club members, etc... Stand by the door of your favorite rental store and pass them out to the folks going in/out. Better yet ask permission to put them on the counter in the store and keep the supply stocked... <span class="contrib">Get a group of friends together and canvass your neighborhoods...</span> Keep a flyer handy to explain to a friend when they want to know about the "black bars" when you sit down to watch a DVD... <span class="contrib">Spend some time at your favorite DVD retailer. Talk to the employees in the electronics department and explain to them the truth about widescreen. Leave some flyers behind so they can easily explain it to a confused customer...</span> Print out a sticker and put it in the window of your car, your significant others car, your mom's car, your dad's car, and so on... <span class="contrib">Rename your dog OAR...</span> The possibilities are endless just be creative and spread the word.
    
    </p> 
    
    </div>
    
    <div id="right">
    <p class="bold">
    Please see our downloadable resources pages (below) and pass on the truth about Widescreen.
    </p>
    
    <p>
    <a href="download1.html"><img src="images/1.gif" alt="1" /></a><br /><br /><br />
    <a href="download2.html"><img src="images/2.gif" alt="2" /></a><br /><br /><br />
    <a href="download3.html"><img src="images/3.gif" alt="3" /></a>
    </p>
    </div>
    
    <div style="clear:both"></div>
    <br />
    
    <hr />
    <p class="bold">~ See what you've been missing! See it in Widescreen! ~</p>
    <br /><br />
    
    </div>
    
    <div id="navbar"><img src="images/walogo2.gif" alt="ww" /><br />
    <br />
    <p><a href="index.html">home</a><br />
    <br />
    <a href="news/news.php">news</a><br />
    <br />
    <a href="sales.html">dvd sales &amp; stats</a><br />
    
    <br />
    <img src="images/menurule.gif" alt="rule" /><br />
    <br />
    <a href="whatis.html">what is widescreen?</a><br />
    <br />
    <a href="why.html">why widescreen?<br />
    (download materials)</a><br />
    <br />
    <img src="images/menurule.gif" alt="rule" /><br />
    <br />
    <a href="watchdog.php">oar watchdog</a><br />
    <br />
    <a href="petitions.html">online petitions</a><br />
    
    <br />
    <a href="victories.html">ws victories</a><br />
    <br />
    <a href="http://www.hometheaterforum.com" target="_blank">discussion @
    <br />home theater forum</a><br />
    <br />
    <img src="images/menurule.gif" alt="rule" /><br />
    <br />
    <a href="wacontrib.html">wa contributors</a><br />
    <br />
    <a href="wacontacts.html">wa contacts/info</a></p>
    <br />
    <div id="copyright">Website estab. March 2002. Copyright &copy; 2002 - 2004 Widescreen Advocate. All rights reserved.</div>
    
    </div>
    
    </body>
    </html>

  2. #2
    Like a star... Julian Muņoz's Avatar
    Join Date
    Oct 2002
    Location
    Colombia
    Posts
    1,399
    Can you please post the url to that page on your site? I don't see anything wrong with your code...
    Julian D. Muņoz - LANeros.com

  3. #3
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    It is static HTML, so it can't get caught in a loop there. Looping could happen with a poorly written mod_rewrite rule or a bad redirect, but since you said you removed .htaccess, that rules that out too.

    Is this your main site or a multihosted one? If it is multihosted, a redirect or a mod_rewrite rule from your main site could be to blame. Although it seems like parent .htaccess files shouldn't effect a multihosted site, they can.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

  4. #4
    Jag Veteran
    Join Date
    Sep 2002
    Posts
    650
    I think I figured out a link and checked HTTP headers.
    When you access that page, it generates redirect to itself.
    Check .htaccess files in all directories in the path.

  5. #5
    Aletia Customer
    Join Date
    Oct 2001
    Posts
    631
    I had this as a re-write rule in the root .htaccess file.

    Redirect permanent /why.html http://www.widescreenadvocate.org/why.html

    I don't know why it doesn't work. I have plenty of other redirects just like this that work fine. I don't understand it. But I got the problem solved. For now.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •