<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1033136" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1033136</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/what-could-be-causing-error-message#comment-1196471</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Busy wrote:&lt;/strong&gt; browser will automatically go thru a list of defaults, index (htm, html, php ..) default ... so need need to set it&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Actually the decision of what page to serve if only a folder name is given is made by the server, the browser doesn&#039;t get involved with that.&lt;/p&gt;
&lt;p&gt;As for it being too many requests in a short time...&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#!/bin/bash&lt;br /&gt;for i in `seq 1 100`;&lt;br /&gt;do&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wget -o log &amp;lt;a href=&amp;quot;http://corwinforcongress.com/retirement.php&amp;quot; class=&amp;quot;bb-url&amp;quot;&amp;gt;http://corwinforcongress.com/retirement.php&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; grep 403 log &amp;gt; /dev/null&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if [ $? -eq 0 ];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo &amp;quot;Forbidden!&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fi&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rm retirement.php&lt;br /&gt;done&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
That little piece of script downloads the retirement page 100 times in fast succession checking for a 403 error every time.  Not a single failure so as it grabbed about 5 pages a second I&#039;d say that&#039;s probably not the problem.&lt;/p&gt;
&lt;p&gt;However, I have no idea what IS the problem as no matter what I do I can&#039;t make it happen for me, all I can suggest is looking in your server error logs and hoping it gives you a reason for the 403.&lt;/p&gt;
 </description>
     <pubDate>Sat, 01 Apr 2006 11:10:16 +0000</pubDate>
 <dc:creator>GDVS</dc:creator>
 <guid isPermaLink="false">comment 1196471 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/what-could-be-causing-error-message#comment-1195709</link>
    <description> &lt;p&gt;Do you have mod_rewrite rules or mod_evasive in your site?&lt;/p&gt;
&lt;p&gt;These problems are occured some times due to bandwidth restrictions (anti DOS modules)&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Mar 2006 14:17:58 +0000</pubDate>
 <dc:creator>Nikolas</dc:creator>
 <guid isPermaLink="false">comment 1195709 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/what-could-be-causing-error-message#comment-1194853</link>
    <description> &lt;p&gt;No Frontpage anything...Arrggh... why would anyone do that!?&lt;/p&gt;
&lt;p&gt;I see a lot of this is the error log:&lt;br /&gt;
client denied by server configuration: /home/drjimi/public_html/bluearrow.gif&lt;/p&gt;
 </description>
     <pubDate>Fri, 10 Mar 2006 04:48:33 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1194853 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/what-could-be-causing-error-message#comment-1194788</link>
    <description> &lt;p&gt;Do you have accesss the server error logs? They can often provide a little more insight into the issue?&lt;/p&gt;
&lt;p&gt;Do you have Frontpage Extensions installed? I have seen problems like this with FP Ext before.&lt;/p&gt;
&lt;p&gt;It seems like I have also seen something about FF loading pages too fast. I will try to find out where I have seen that.&lt;/p&gt;
 </description>
     <pubDate>Thu, 09 Mar 2006 04:01:55 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1194788 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/what-could-be-causing-error-message#comment-1194772</link>
    <description> &lt;p&gt;I&#039;m still having timeout and image not displaying with FF as well, last time I update to new version of anything &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Mar 2006 21:46:01 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1194772 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/what-could-be-causing-error-message#comment-1194763</link>
    <description> &lt;p&gt;Well it&#039;s still happening, but for now I&#039;m going to say it&#039;s an odd FF issue. Because it  doensn&#039;t happen with Mozilla or with Netscape 8 set to use the Firefox rendering engine.&lt;/p&gt;
&lt;p&gt;Very strange indeed.&lt;/p&gt;
 </description>
     <pubDate>Wed, 08 Mar 2006 19:07:43 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1194763 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/what-could-be-causing-error-message#comment-1193677</link>
    <description> &lt;p&gt;browser will automatically go thru a list of defaults, index (htm, html, php ..) default ... so need need to set it&lt;/p&gt;
&lt;p&gt;Do you have any .html pages on the site? if so do they get effected the same way?&lt;/p&gt;
&lt;p&gt;you reckon both .htaccess files are empty? do you have a httpd file in root?&lt;br /&gt;
Normally you can view folders and the htaccess file itself, the only way to block it is from server setting - usually via htaccess.&lt;/p&gt;
&lt;p&gt;It&#039;s weird but my guess is there is a file your unaware of and FF is timing out and causing this file not to load properly.&lt;br /&gt;
I get some of my sites (viewed online) displaying without stylesheets, but re appears on reload.&lt;/p&gt;
 </description>
     <pubDate>Sun, 19 Feb 2006 10:01:26 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1193677 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/what-could-be-causing-error-message#comment-1193676</link>
    <description> &lt;p&gt;I have an .htaccess in the root, and about an hour ago I put one in the pMachine directory...both are empty. Permissions on both are set to 644.&lt;/p&gt;
&lt;p&gt;Should I do something with either one of those .htaccess files.&lt;/p&gt;
&lt;p&gt;There is no index.html file, only an index.php....should I try adding an index.html and then do this in the .htacess maybe? &amp;gt;&amp;gt;&amp;gt;DirectoryIndex index.html index.php&lt;/p&gt;
 </description>
     <pubDate>Sun, 19 Feb 2006 09:50:58 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1193676 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/what-could-be-causing-error-message#comment-1193671</link>
    <description> &lt;p&gt;Do you use a htaccess file on this site? (i get forbidden if trying to access it), if so any errors in there?&lt;/p&gt;
&lt;p&gt;Last few months I have had issues with FF, seems a lot of pages time out (error loading this page ...) even thou I see the page start to load. Different error to yours but still a load error.&lt;/p&gt;
&lt;p&gt;All pages seem to load ok on FF here, even the 404 on events.php works&lt;/p&gt;
 </description>
     <pubDate>Sun, 19 Feb 2006 09:33:06 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1193671 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/what-could-be-causing-error-message#comment-1193650</link>
    <description> &lt;p&gt;Very strange! I&#039;ve been using this version of Firefox forever with no issues except for what&#039;s happening with this site!&lt;/p&gt;
 </description>
     <pubDate>Sun, 19 Feb 2006 00:22:24 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1193650 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
