[UPHPU] URL Rewriting
Craig Jackson
tapocol at gmail.com
Tue Apr 22 10:02:51 MDT 2008
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
On Tue, Apr 22, 2008 at 9:57 AM, Wade Preston Shearer
<lists at wadeshearer.com> wrote:
>
> > Why do you want to keep file URLs from being rewritten?
> >
>
> If you link to…
>
> http://example.com/images/logo.gif
>
>
> …you really want that file to be served. Meaning, that URL is a path to an
> actual file, whereas…
>
>
> http://example.com/article/12
>
>
> …isn't. "12" isn't a file sitting in a folder called "article".
>
>
More information about the UPHPU
mailing list