Development

Changeset 2472

You must first sign up to be able to contribute.

Changeset 2472

Show
Ignore:
Timestamp:
10/21/06 08:57:09 (7 years ago)
Author:
erestar
Message:

erestar: added some information to the sfPropelFileStorage README

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfPropelFileStoragePlugin/README

    r2471 r2472  
    1616    * For your backend application: sfPropelFileStorageAdmin 
    1717    * For your frontend application: sfPropelFileStorage 
     18    * (please note that any application that will serve files must have sfPropelFileStorage activated) 
    1819 
    1920  {{{ 
     
    5253  }}} 
    5354 
     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   
    5460  * Choose optional user manager system to use with sfPropelFileStorage plugin (defaults to none) 
    5561