I want to keep my providence CA directory in my Turbify public_html root, but move the Pawtucket directory to the root of a subdomain: rchsdigitalcollections.epistrophypictures.com
It works fine except Pawtucket can't find the media and it shows broken links. I have tried scores of ideas to fix this with no joy. I don't want to copy the media to subdomain because I will be adding large amounts of media regularly and I don't want to have to keep doing it twice.
The obvious thing was to edit global.conf with stuff that looks like this: ca_media_url_root = /ca/media/<app_name> & ca_media_root_dir = /home/r95bfzsa66n7voni/public_html/ca/media/<app_name> and many, many permutations, which causes the warning message: It looks like the media directory is not writable by the webserver. Please change the permissions of /home/r95bfzsa66n7voni/public_html/rchsdigitalcollections.epistrophypictures.com/media/collectiveaccess (or create it if it doesn't exist already) and enable the user which runs the webserver to write to this directory.
So then I tried adding a folder in the subdomain root called media and another inside that called collectiveaccess, and that's when Pawtucket loads correctly except for the broken image links. Turbify doesn't allow symlinks, so I tried making lots of different versions of a .htaccess file to try to redirect Pawtucket from its own directory to the CA directory in the primary domain. Never worked. Also tried various redirects in the Turbify cPanel interface.
Spent much of the weekend trying to get it to work. Any advice appreciated, thanks