Changeset 2466

Show
Ignore:
Timestamp:
07/23/09 13:41:48 (4 years ago)
Author:
sullah
Message:

pass through favicon.ico call (no rewrite as index.cfm.favicon.ico)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • coldbox/trunk/install/SESRewriteRules/.htaccess

    r1991 r2466  
    2121 
    2222#Images, css, javascript and docs, add your own extensions if needed. 
    23 RewriteCond %{REQUEST_URI} \.(bmp|gif|jpe?g|png|css|js|txt|pdf|doc|xls|xml)$ 
     23RewriteCond %{REQUEST_URI} \.(bmp|gif|jpe?g|png|css|js|txt|pdf|doc|xls|xml|ico)$ 
    2424RewriteRule ^(.*)$ - [NC,L] 
    2525