So, my drupal install is giving me some grief... it is in an ibay, and the "file" directory it wants to see is an http file, not the file share... (Yes, I know it should be in /opt... but there are multiple drupal sites...)
The httpd.conf that sme generates by default is
Alias /files /home/e-smith/files/ibays/xxxxxx/files
I need for either this domain, or for all domains, I'm not picky...
Alias /files /home/e-smith/files/ibays/xxxxxx/html/files
^^^ need to add
1. is there a db variable that would fix the ALIAS for a specific ibay?
or
2. What segment of the templates would I need to change for this to work- until I updated anything that would re-write the templates... ???
or
3. Some other solution that would re-wire /home/e-smith/files/ibays/xxxxxx/files to /home/e-smith/files/ibays/xxxxxx/html/files ???