Changeset 2472
- Timestamp:
- 10/21/06 08:57:09 (7 years ago)
- Files:
-
- plugins/sfPropelFileStoragePlugin/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfPropelFileStoragePlugin/README
r2471 r2472 16 16 * For your backend application: sfPropelFileStorageAdmin 17 17 * For your frontend application: sfPropelFileStorage 18 * (please note that any application that will serve files must have sfPropelFileStorage activated) 18 19 19 20 {{{ … … 52 53 }}} 53 54 55 * For IIS with ISAPIRewrite you'll need to add some rules, such as: 56 {{{ 57 RewriteRule /(images|download)(.*) /index.php/$1$2 [L] 58 }}} 59 54 60 * Choose optional user manager system to use with sfPropelFileStorage plugin (defaults to none) 55 61