Apache Rewrite Exclusion

Posted by dtufano on Stack Overflow See other posts from Stack Overflow or by dtufano
Published on 2010-03-24T05:58:12Z Indexed on 2010/03/24 6:03 UTC
Read the original article Hit count: 208

Filed under:
|
|
|

Hey guys!

I'm having trouble figuring out how to exclude /public/bin from this rewrite rule

RewriteCond %{REQUEST_URI} !firerift.php
RewriteRule ^(.*)$ firerift.php/$1 [L,QSA,NC]

Any help would be appreciated.

© Stack Overflow or respective owner

Related posts about apache

Related posts about php