Changeset 2466
- Timestamp:
- 07/23/09 13:41:48 (4 years ago)
- Files:
-
- 1 modified
-
coldbox/trunk/install/SESRewriteRules/.htaccess (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
coldbox/trunk/install/SESRewriteRules/.htaccess
r1991 r2466 21 21 22 22 #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 )$23 RewriteCond %{REQUEST_URI} \.(bmp|gif|jpe?g|png|css|js|txt|pdf|doc|xls|xml|ico)$ 24 24 RewriteRule ^(.*)$ - [NC,L] 25 25
