> RewriteRule ^file_html_22.html$ dospamfile.php
this looks somehow faster than doing a errordocument redirect. Would it for
example be possible to redirect all files
starting with /travelogue_ to a specific file?
Merlin
PS: thanx for the great hint!
--
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 serve
* Thus wrote Merlin ([EMAIL PROTECTED]):
> Hi there,
>
> I recently dumped into a site which was kind of search engine optimized.
> They had urls like this:
>
> server.com/country_province_city_222.html
>
> where country would be a php file, but how are those guys picking the right
> file? Where
--- Merlin <[EMAIL PROTECTED]> wrote:
> What do you think? Maybe there is another possiblitiy=?
Are you certain the site in question doesn't simply parse the HTML files as if
they were PHP? Even so, I do not understand how you think one of these URLs is
more "search optimized" than the other:
htt
> Also, don't rule out the possibility of generating static HTML at regular
> intervals. This is how sites such as Slashdot operate - it's a sort of a
> creative server-side caching mechanism.
this sounds very interesting. So they are saving cpu and db_traffic by
writing html pages out? How are th
--- Merlin <[EMAIL PROTECTED]> wrote:
> So they are saving cpu and db_traffic by writing html pages out?
Pretty much, yeah, though I don't think the pages are completely static HTML
either, but the majority of the logic is done in batches.
It was basically a common sense approach taken a long tim
thanx, that points me into the right direction. I will do some research on
that.
cheers,
Merlin
--
* 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 pos
8 matches
Mail list logo