[UPHPU] URL Rewriting
Nathan Lane
nathamberlane at gmail.com
Tue Apr 22 10:05:44 MDT 2008
So then how does URL rewriting relate to using hashes to download files,
like many file servers do. For example you might want to download some
stored executable, but the link actually points to something convoluted
like:
http://example.com?id=576fab89756cc
Or something.
How does that play into URL rewriting? Is this some database lookup and
redirect that is occurring in the background to download the file in this
case?
Nathan
On Tue, Apr 22, 2008 at 10:02 AM, Craig Jackson <tapocol at gmail.com> wrote:
> Wade nailed it. Someone asking for
>
> http://example.com/images/logo.gif
>
> would be redirected to
>
> http://example.com/index.php?type=images&id=logo.gif
>
> So, the RewriteCond would stop the rewriting if the requested location
> has an actual file located there.
>
> Craig
>
>
--
Nathan Lane
Home, http://www.nathandelane.com
Blog, http://nathandelane.blogspot.com
More information about the UPHPU
mailing list