Hi Frank,
Making changes to the code is fine.
Just let me know if you would help me with where I am at or point me to the place I need to focus on.
Here is what I have in the code. I added the AUTOPTIMIZE_CONTENT_URL definition.
if (!defined('AUTOPTIMIZE_WP_CONTENT_URL')) { define('AUTOPTIMIZE_WP_CONTENT_URL','/data'); }
if (!defined('AUTOPTIMIZE_WP_CONTENT_NAME')) { define('AUTOPTIMIZE_WP_CONTENT_NAME','/data'); }
if (!defined('AUTOPTIMIZE_CACHE_CHILD_DIR')) { define('AUTOPTIMIZE_CACHE_CHILD_DIR','/content/public/cache/'); }
if (!defined('AUTOPTIMIZE_CACHEFILE_PREFIX')) { define('AUTOPTIMIZE_CACHEFILE_PREFIX', 'cached_'); }
Either way the only problem I seem to be having is the files are being created in the directories. Not a pro, but I find it weird the directories are being created, the file references in the html output are there as well, but just no actual files created to match those html output references.
It seems like just a small thing is missing that is not allowing the files to be created.
Any idea what to look at?
I've been messing with is since and have tried a lot of combinations, etc. I stopped with the code above as to where I think I made the most relevant progress, which leads to me to look somewhere else in the code to change since everything else seems to be working.