<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019949" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019949</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-interpret-404-message#comment-1121469</link>
    <description> &lt;p&gt;yes!&lt;/p&gt;
&lt;p&gt;Absolute: &lt;a href=&quot;http://www.blah.com/whatever.ext&quot; class=&quot;bb-url&quot;&gt;http://www.blah.com/whatever.ext&lt;/a&gt;&lt;br /&gt;
Relative: ../whatever.ext or whatever.ext&lt;br /&gt;
Relative to Root: /whatever.ext&lt;/p&gt;
&lt;p&gt;Using either relative url in the custom 404 pages can trap poorly written spiders, which generate all those //something.gif errors.&lt;/p&gt;
 </description>
     <pubDate>Sat, 14 Dec 2002 20:47:44 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1121469 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-interpret-404-message#comment-1121466</link>
    <description> &lt;p&gt;Suzanne, pardon my ignorance but by &quot;absolute url&quot; do you mean &lt;a href=&quot;http://www.classic-british-cars.com/triumph-for-sale.html&quot; class=&quot;bb-url&quot;&gt;http://www.classic-british-cars.com/triumph-for-sale.html&lt;/a&gt; rather than &quot;triumph-for-sale.html&quot;?&lt;/p&gt;
 </description>
     <pubDate>Sat, 14 Dec 2002 19:48:36 +0000</pubDate>
 <dc:creator>fdwilk1</dc:creator>
 <guid isPermaLink="false">comment 1121466 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-interpret-404-message#comment-1121442</link>
    <description> &lt;p&gt;it could be a badly written spider. if you have a custom 404 page, make sure every url is absolute.&lt;/p&gt;
 </description>
     <pubDate>Sat, 14 Dec 2002 16:51:44 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1121442 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-interpret-404-message#comment-1121401</link>
    <description> &lt;p&gt;my version of opera uses &#039;/&#039; maybe the linux version uses the other way.&lt;/p&gt;
&lt;p&gt;If it&#039;s an &quot;evil doer&quot; blocking an IP is an option but be careful to check out the IP first, or you could end up blocking everyone that uses AOL, AT&amp;amp;T etc. Your better off to use a .htaccess file to block known programs that download whole sites.&lt;/p&gt;
&lt;p&gt;have a look in your logs, at the end of each line there are details like this: &quot;Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)&quot; the details in there are what you look for, bot/program names are listed in there like this: &quot;Mozilla/4.5 (compatible; HTTrack 3.0x; Windows 98)&quot;&lt;br /&gt;
HTTrack is a download program or just: &quot;WebCopier v3.3&quot;&lt;/p&gt;
&lt;p&gt;downside to the .htaccess file is it can get BIG, my one I use blocks over 130 programs (download and email harvesters) The list is to big to copy here, if you want the details of my .htaccess file, email me and I&#039;ll send it&lt;/p&gt;
&lt;p&gt;Another thought, check your logs again and make sure its not a search engine, several search engines cache pages and take a while to get around to changing to the new version if you have changed it. I blocked caching on my site cause MSN and Google have both choked on my pages and I don&#039;t allow hotlinking, to stop caching, add  in all your pages&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Dec 2002 21:56:55 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1121401 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-interpret-404-message#comment-1121398</link>
    <description> &lt;p&gt;Thanks.  I&#039;m not using any SSI and I do believe this is happening because of some &quot;bot&quot; but I wasn&#039;t sure.  Your answer does raise another issue.  In all my html I had used &quot;/&quot; instead of &quot;\&quot; until I got an answer from a DMOZ editor on another forum who stated that he used an Opera browser and that his browser could not locate a file if &quot;/&quot; was used.  Since I am still a newbie, I figured that any DMOZ editor (who stands right next to God Almighty in power) should be believed with graciousness and humility.&lt;/p&gt;
&lt;p&gt;If these 404&#039;s are being caused by a &quot;evil doer&quot; I realize I can get their IP and block them but is that potentially dangerous since a single IP could be used by any number of surfers?&lt;/p&gt;
&lt;p&gt;All help appreciated.&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Dec 2002 21:17:53 +0000</pubDate>
 <dc:creator>fdwilk1</dc:creator>
 <guid isPermaLink="false">comment 1121398 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/how-interpret-404-message#comment-1121395</link>
    <description> &lt;p&gt;USe a program or site checker (like &lt;a href=&quot;http://validator.w3.org/checklink&quot; class=&quot;bb-url&quot;&gt;http://validator.w3.org/checklink&lt;/a&gt;) that will give you all the bad links on your site, sorts them to 401, 403, 404 ... and fix to suit&lt;/p&gt;
&lt;p&gt;Also you could find some of these errors are from download bots or even hotlinking (people linking to your stuff from another site).&lt;/p&gt;
&lt;p&gt;Another reason could be server side, if your using server side you could of used two /&#039;s accidently (easily done).&lt;/p&gt;
&lt;p&gt;Just a thought, isn&#039;t &#039;/&#039; windows and &#039;\&#039; linux ?&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Dec 2002 21:02:44 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1121395 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
