<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1014778" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1014778</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/complexe-redirect#comment-1085284</link>
    <description> &lt;p&gt;I assume that you are using Apache with that. You could use the Redirect directive in Apache. I am not sure if there is a limit to the number of Redirects that you could use. The redirect can be used in httpd.conf and also in a htaccess file. The htaccess file can give you a bit of a performance hit since it has to reference the file constantly.&lt;/p&gt;
&lt;p&gt;What I would do is start with redirecting one link and work on up to the others. Here is Apache&#039;s documentation on Redirect:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Redirect directive&lt;/strong&gt;&lt;br /&gt;
Syntax: Redirect [status] url-path url&lt;br /&gt;
Context: server config, virtual host, directory, .htaccess&lt;br /&gt;
Override: FileInfo&lt;br /&gt;
Status: Base&lt;br /&gt;
Module: mod_alias&lt;br /&gt;
Compatibility: The directory and .htaccess context&#039;s are only available in versions 1.1 and later. The status argument is only available in Apache 1.2 or later. &lt;/p&gt;
&lt;p&gt;The Redirect directive maps an old URL into a new one. The new URL is returned to the client which attempts to fetch it again with the new address. Url-path a (%-decoded) path; any requests for documents beginning with this path will be returned a redirect error to a new (%-encoded) url beginning with url. &lt;/p&gt;
&lt;p&gt;Example: &lt;/p&gt;
&lt;p&gt;Redirect /service &lt;a href=&quot;http://foo2.bar.com/service&quot; class=&quot;bb-url&quot;&gt;http://foo2.bar.com/service&lt;/a&gt;&lt;br /&gt;
If the client requests &lt;a href=&quot;http://myserver/service/foo.txt,&quot; class=&quot;bb-url&quot;&gt;http://myserver/service/foo.txt,&lt;/a&gt; it will be told to access &lt;a href=&quot;http://foo2.bar.com/service/foo.txt&quot; class=&quot;bb-url&quot;&gt;http://foo2.bar.com/service/foo.txt&lt;/a&gt; instead. &lt;/p&gt;
&lt;p&gt;Note: Redirect directives take precedence over Alias and ScriptAlias directives, irrespective of their ordering in the configuration file. Also, Url-path must be an absolute path, not a relative path, even when used with .htaccess files or inside of  sections. &lt;/p&gt;
&lt;p&gt;If no status argument is given, the redirect will be &quot;temporary&quot; (HTTP status 302). This indicates to the client that the resource has moved temporarily. The status argument can be used to return other HTTP status codes: &lt;/p&gt;
&lt;p&gt;permanent&lt;br /&gt;
Returns a permanent redirect status (301) indicating that the resource has moved permanently.&lt;br /&gt;
temp&lt;br /&gt;
Returns a temporary redirect status (302). This is the default.&lt;br /&gt;
seeother&lt;br /&gt;
Returns a &quot;See Other&quot; status (303) indicating that the resource has been replaced.&lt;br /&gt;
gone&lt;br /&gt;
Returns a &quot;Gone&quot; status (410) indicating that the resource has been permanently removed. When this status is used the url argument should be omitted.&lt;br /&gt;
Other status codes can be returned by giving the numeric status code as the value of status. If the status is between 300 and 399, the url argument must be present, otherwise it must be omitted. Note that the status must be known to the Apache code (see the function send_error_response in http_protocol.c).&lt;/p&gt;
 </description>
     <pubDate>Sat, 14 Jul 2001 16:36:12 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1085284 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/complexe-redirect#comment-1085243</link>
    <description> &lt;p&gt;approximately 40 pages and we are using Unix&lt;br /&gt;
thanks&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Jul 2001 17:28:01 +0000</pubDate>
 <dc:creator>LukeD</dc:creator>
 <guid isPermaLink="false">comment 1085243 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/complexe-redirect#comment-1085241</link>
    <description> &lt;p&gt;Egads, what a mess. The worst thing about it is that it is print somewhere. I suppose that you could write a custom 404 page with all your redirects on it. A couple of questions though.&lt;br /&gt;
What server are you using?&lt;br /&gt;
How many pages with redirects are we talking about?&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Jul 2001 17:14:50 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1085241 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
