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 <[EMAIL PROTECTED]> 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 _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
