<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1037658" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1037658</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/looking-scripts-filter-404-traffic#comment-1215967</link>
    <description> &lt;p&gt;Thank you. Your help is greatly appreciated!  &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;&lt;/p&gt;
 </description>
     <pubDate>Wed, 28 Feb 2007 17:35:45 +0000</pubDate>
 <dc:creator>Panky</dc:creator>
 <guid isPermaLink="false">comment 1215967 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/looking-scripts-filter-404-traffic#comment-1215954</link>
    <description> &lt;p&gt;You&#039;ll actually still need to funnel back to one central 404 page. However, that page will be a script that then redirects based on a variety of things.&lt;/p&gt;
&lt;p&gt;The sample script they give on this page might be a good starting point:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.web-goddess.org/phphelp/custom404.php&quot; class=&quot;bb-url&quot;&gt;http://www.web-goddess.org/phphelp/custom404.php&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 28 Feb 2007 16:25:50 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1215954 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/looking-scripts-filter-404-traffic#comment-1215946</link>
    <description> &lt;p&gt;Make this script your error page, and it will go to random places as specified in the array.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $redirect_links &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= array(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;www.google.com&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;www.yahoo.com&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;www.ask.com&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;www.ebay.com&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$max &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;count&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$redirect_links&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) - &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$random &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;rand&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$max&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;header&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;Location: &amp;lt;a href=&quot;http://&#039;&quot; title=&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;http&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;//&#039;&quot;&amp;gt;http://&#039;&amp;lt;/a&amp;gt; . $redirect_links[$random]);&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Wed, 28 Feb 2007 14:39:08 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1215946 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/looking-scripts-filter-404-traffic#comment-1215932</link>
    <description> &lt;p&gt;Some ideas were to filter using&lt;/p&gt;
&lt;ul class=&quot;bb-list&quot;&gt;country&lt;br /&gt;
broken image 404&lt;br /&gt;
allowing 404 traffic to be scattered amongst various sites within a network based on percentages. Lets say a site has 200,000 in 404 traffic. A certain percentage can be delegated to go to one particular spot. Then another chunk goes to another spot, and so on. &lt;/ul&gt;
 </description>
     <pubDate>Wed, 28 Feb 2007 03:43:57 +0000</pubDate>
 <dc:creator>Panky</dc:creator>
 <guid isPermaLink="false">comment 1215932 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/looking-scripts-filter-404-traffic#comment-1215885</link>
    <description> &lt;p&gt;What criteria are you going to use to filter the traffic?&lt;/p&gt;
 </description>
     <pubDate>Tue, 27 Feb 2007 17:08:06 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1215885 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/looking-scripts-filter-404-traffic#comment-1215884</link>
    <description> &lt;p&gt;Thanks, but not what I was looking for.  This links it back to a central 404 page. I&#039;m looking for a way to funnel my 404 traffic to specific, targeted areas within my own network of sites. Not back to one custom 404 page. &lt;/p&gt;
&lt;p&gt;Yes, I could build custom 404 pages and control this using .htaccess, but I would end up with quite a large list of custom 404 pages listed in my .htaccess file. I was wondering if an option was available to do this outside of the use of an .htaccess file. I would prefer a script do all the work and not an .htaccess file, if possible.&lt;/p&gt;
 </description>
     <pubDate>Tue, 27 Feb 2007 17:04:27 +0000</pubDate>
 <dc:creator>Panky</dc:creator>
 <guid isPermaLink="false">comment 1215884 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/looking-scripts-filter-404-traffic#comment-1215882</link>
    <description> &lt;p&gt;&lt;code&gt;ErrorDocument 404 /errors/404.html&lt;/code&gt;&#039;&lt;/p&gt;
&lt;p&gt;...hardly a novel. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/nerdy.png&quot; title=&quot;Cool&quot; alt=&quot;Cool&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 27 Feb 2007 16:41:11 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1215882 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/looking-scripts-filter-404-traffic#comment-1215881</link>
    <description> &lt;p&gt;Basically redirect it, yes.  I would like to be able to control various places 404 traffic could be redirected too within my own network of sites. I know that this can be done using .htaccess and custom pages, the problem is, I would prefer if my .htaccess file didn&#039;t become the size of a mini novel.&lt;/p&gt;
 </description>
     <pubDate>Tue, 27 Feb 2007 16:38:34 +0000</pubDate>
 <dc:creator>Panky</dc:creator>
 <guid isPermaLink="false">comment 1215881 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/looking-scripts-filter-404-traffic#comment-1215844</link>
    <description> &lt;p&gt;How do you want to filter it?  Do you mean redirect?&lt;/p&gt;
 </description>
     <pubDate>Tue, 27 Feb 2007 05:56:46 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1215844 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
