Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Is it possible to change the directory of the image folder to a subdomain? Actually I am trying to use a static folder to improve the speed via using cookie-free domains. Need to redirect an image folder to the subdomain. I need some solutions here.
It is possible to change the default location of the uploads folder though config.php e.g. as follows -
Code: Select all
    // 12.
    // Upload folder if not using the default upload folder within 'couch'.
    // Should be relative to your site (don't forget to set write permissions on it).
    define( 'K_UPLOAD_DIR', 'myuploads' );

However, the new location is expected to be within the current domain.
So, I am afraid, I don't think what you are trying to do would be possible.
Perhaps a .htaccess Rewrite Rule helps?
3 posts Page 1 of 1
cron