<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1022661" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1022661</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/htaccess-causes-404-go-wild#comment-1139977</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;cubdriver wrote:&lt;/strong&gt; Helas, I only made matters worse by using the full url. I began to get infinite regressions, so instead of one call repeated 23,000 times, I got fewer calls of such things as &lt;a href=&quot;http://www.yourdomain.com/&quot; title=&quot;http://www.yourdomain.com/&quot;&gt;http://www.yourdomain.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.yourdomain.com/www.yourdomain.com/error404.htm&quot; title=&quot;www.yourdomain.com/www.yourdomain.com/error404.htm&quot;&gt;www.yourdomain.com/www.yourdomain.com/error404.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So I deleted the 404 call from htaccess.&lt;/p&gt;
&lt;p&gt;Sigh!&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Would you please post what you had, exactly? Turn off the &quot;automatically parse URLS&quot; bit when you post.&lt;/p&gt;
 </description>
     <pubDate>Sun, 02 Nov 2003 20:10:09 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1139977 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/htaccess-causes-404-go-wild#comment-1139975</link>
    <description> &lt;p&gt;Helas, I only made matters worse by using the full url. I began to get infinite regressions, so instead of one call repeated 23,000 times, I got fewer calls of such things as &lt;a href=&quot;http://www.yourdomain.com/www.yourdomain.com/www.yourdomain.com/error404.htm&quot; class=&quot;bb-url&quot;&gt;http://www.yourdomain.com/www.yourdomain.com/www.yourdomain.com/error404.htm&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;So I deleted the 404 call from htaccess.&lt;/p&gt;
&lt;p&gt;Sigh!&lt;/p&gt;
 </description>
     <pubDate>Sun, 02 Nov 2003 20:06:33 +0000</pubDate>
 <dc:creator>cubdriver</dc:creator>
 <guid isPermaLink="false">comment 1139975 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/htaccess-causes-404-go-wild#comment-1139819</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Suzanne wrote:&lt;/strong&gt; no no, I mean only on your 404 page. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; Relative links aren&#039;t a problem, just for the 404 page itself. &lt;/p&gt;
&lt;p&gt;Also, you need to have the full url for your 404 page:&lt;/p&gt;
&lt;p&gt;ErrorDocument 404 http://www.yourdomain.com/error404.htm&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Thank you, Suzanne. Will fix forthwith! - Dan&lt;/p&gt;
 </description>
     <pubDate>Sun, 26 Oct 2003 10:17:34 +0000</pubDate>
 <dc:creator>cubdriver</dc:creator>
 <guid isPermaLink="false">comment 1139819 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/htaccess-causes-404-go-wild#comment-1139800</link>
    <description> &lt;p&gt;no no, I mean only on your 404 page. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; Relative links aren&#039;t a problem, just for the 404 page itself. &lt;/p&gt;
&lt;p&gt;Also, you need to have the full url for your 404 page:&lt;/p&gt;
&lt;p&gt;ErrorDocument 404 &lt;a href=&quot;http://www.yourdomain.com/error404.htm&quot; title=&quot;http://www.yourdomain.com/error404.htm&quot;&gt;http://www.yourdomain.com/error404.htm&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 25 Oct 2003 23:07:13 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1139800 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/htaccess-causes-404-go-wild#comment-1139799</link>
    <description> &lt;p&gt;&lt;strong&gt;1. put a redirect for all non-existent pages to your front page or something&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I did this for the one obvious case.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. make sure you&#039;re not using relative urls (use &lt;a href=&quot;http://yourdomain.com/page.html&quot; class=&quot;bb-url&quot;&gt;http://yourdomain.com/page.html&lt;/a&gt; et cetera) as (badly written) spiders get caught in them on occasion.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Oh dear. I have thousands of relative urls on my site. Is that the problem?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3. what is the code you&#039;re using for the 404 in the .htaccess?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;ErrorDocument 404 error404.htm&lt;/p&gt;
&lt;p&gt;Many thanks - Dan&lt;/p&gt;
 </description>
     <pubDate>Sat, 25 Oct 2003 23:01:34 +0000</pubDate>
 <dc:creator>cubdriver</dc:creator>
 <guid isPermaLink="false">comment 1139799 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/htaccess-causes-404-go-wild#comment-1139783</link>
    <description> &lt;p&gt;1. put a redirect for all non-existent pages to your front page or something&lt;/p&gt;
&lt;p&gt;2. make sure you&#039;re not using relative urls (use &lt;a href=&quot;http://yourdomain.com/page.html&quot; class=&quot;bb-url&quot;&gt;http://yourdomain.com/page.html&lt;/a&gt; et cetera) as (badly written) spiders get caught in them on occasion.&lt;/p&gt;
&lt;p&gt;3. what is the code you&#039;re using for the 404 in the .htaccess?&lt;/p&gt;
 </description>
     <pubDate>Sat, 25 Oct 2003 17:09:42 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1139783 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
