<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018281" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018281</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/changing-404-error#comment-1107822</link>
    <description> &lt;p&gt;It can be done with IIS5.&lt;/p&gt;
&lt;p&gt;Go to the website properties through MMC, then choose the &quot;Custom Errors&quot; (:eek: &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;) tab. From there you can select what error pages you want to customize (i.e. 500, 404 etc) and click Edit Properties, then select your file. &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>Sat, 27 Apr 2002 14:49:51 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1107822 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/changing-404-error#comment-1107821</link>
    <description> &lt;p&gt;that can&#039;t be done with IIS5, is that correct? Or is there a way?&lt;/p&gt;
 </description>
     <pubDate>Sat, 27 Apr 2002 14:45:49 +0000</pubDate>
 <dc:creator>hotcut</dc:creator>
 <guid isPermaLink="false">comment 1107821 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/changing-404-error#comment-1107520</link>
    <description> &lt;p&gt;Okay thanks.&lt;/p&gt;
 </description>
     <pubDate>Tue, 23 Apr 2002 00:05:29 +0000</pubDate>
 <dc:creator>FinalMjolnir666</dc:creator>
 <guid isPermaLink="false">comment 1107520 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/changing-404-error#comment-1107344</link>
    <description> &lt;p&gt;Check the documentation as well. For some error messages you have to use the full url, for others you cannot use it at all. &lt;/p&gt;
&lt;p&gt;Also, some spiders can get caught in a 404 error page if you use a relative CSS link, so if you do create custom error pages, you might want to use absolute urls for the CSS.&lt;/p&gt;
 </description>
     <pubDate>Fri, 19 Apr 2002 20:13:49 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1107344 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/changing-404-error#comment-1107339</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Artur &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;Is there any reason not to use the full URL path to the 404.html?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;ErrorDocument 404 &lt;a href=&quot;http://www.somesite.com/404.html&quot; class=&quot;bb-url&quot;&gt;http://www.somesite.com/404.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The reason I&#039;m asking is that I&#039;m not entirely sure that the /404.html may be interpreted properly by some configurations, especially in subdirectories. &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;It is just not necessary to use the full path. The &lt;strong&gt;/&lt;/strong&gt; tells the server to look for it in the root web directory. If you had sub-domains, then you would have to use the full path.&lt;/p&gt;
 </description>
     <pubDate>Fri, 19 Apr 2002 19:04:34 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1107339 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/changing-404-error#comment-1107335</link>
    <description> &lt;p&gt;Is there any reason not to use the full URL path to the 404.html?&lt;/p&gt;
&lt;p&gt;ErrorDocument 404 &lt;a href=&quot;http://www.somesite.com/404.html&quot; class=&quot;bb-url&quot;&gt;http://www.somesite.com/404.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The reason I&#039;m asking is that I&#039;m not entirely sure that the /404.html may be interpreted properly by some configurations, especially in subdirectories.&lt;/p&gt;
 </description>
     <pubDate>Fri, 19 Apr 2002 18:06:05 +0000</pubDate>
 <dc:creator>Artur</dc:creator>
 <guid isPermaLink="false">comment 1107335 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/changing-404-error#comment-1107164</link>
    <description> &lt;p&gt;You&#039;ll use the &lt;a href=&quot;http://httpd.apache.org/docs/mod/core.html#errordocument&quot; class=&quot;bb-url&quot;&gt;ErrorDocument&lt;/a&gt; directive in the .htaccess file.&lt;/p&gt;
&lt;p&gt;Syntax:&lt;br /&gt;
ErrorDocument 404 /404.html&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Apr 2002 18:30:07 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1107164 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
