thanx, that points me into the right direction. I will do some research on
that.

cheers,

Merlin

--
<IFRAME
SRC="http://saratoga.globosapiens/associates/report_member.php?u=3&color=EEE
EEE" scrolling=no frameborder=0 TITLE="My travel articles" width="330"
height="155"  ALLOWTRANSPARENCY="true"><a href="http://www.globosapiens.net";
title="Worldwide Travel Community"a>Travel Community<a/> </IFRAME>

"Curt Zirzow" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> * Thus wrote Merlin ([EMAIL PROTECTED]):
> > they are dynamic. Would it make sence to put all requests to an error
> > document? Is this not a huge load for the server?
> >
> > Lets say I redirect all 401 errors to one php page where I parse the url
and
> > find the right file to redirect. This would be possible, but I fear that
it
> > would slow down the server.
>
> Yes, it is an very inefficient way to handle things. I probably
> should have added that this isn't a recommended way to do this.
>
> >
> > What do you think? Maybe there is another possiblitiy=?
>
> Mod rewrite might be a better alternative:
>   RewriteRule  ^file_html_22.html$ dospamfile.php
>
>
> HTH,
>
> Curt
> --
> "I used to think I was indecisive, but now I'm not so sure."



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to