ExpressionEngine CE Image development config setup
Published under ExpressionEngine
Add the following to ExpressionEngine's config file:
// CE_image config $config['ce_image_src_regex'] = array( 'http://77.73.7.156/~username' => '/home/beaujola/public_html/' ); $config['ce_image_made_regex'] = array( '^/' => '/~username/' ); $config['ce_image_document_root'] = '/home/username/public_html/';