|
bandwidth or more correctly data transfer, will be the same in both cases. The UA is not making extra requests to the server, the transfer between request and rewritten page is handled internally.
The question of extra server load is a moot point. With ISAPI filters EVERY request is sent through the filter, so this adds a minuscule extra load to every page request. With a 404 page, the script is only invoked if the requested URI does not exist.
I run half a dozen moderately busy sites with a 404 page creating a static looking URI with very little increase in CPU utilisation. And I run the server!
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|