2005-02-18 11:23:13
Image Paths
I know this issue has been mentioned in previous posts, but I have not had any luck resolving. Any ideas are greatly appreciated.
My evnironment:
ATutor 1.4.2
Apache/1.3.29 (Unix)
PHP 4.3.6
MySQL4.0.20
I have atutor installed and pointing to a subdomain, ie http://atutor.mydomain.com which points to folder path /atutor.
My root, it http://mydomain.com points to a different folder /cms. (So in this case /atutor and /cms are at the same peer level.)
I have successfully imported the atutor welcome course, when I right click on the blanked-out images, I get the following:
http://atutor.mydomain.com/get.php/atutor_howto_1.4.3/images/name_image_file_here.jpg
That would be correct if get.php were to only modify the path to include /content/ directory in the path (since http://atutor.mydomain.com already points to the /atutor directory), as my content directory is located at /atutor/content. I am working in a hosted environment, so I did no place the content outside of the installation.
I have tried modifying the AT_CONTENT_DIR variable, which I assume should be the full server path to the directory, ie something like:
/homepages/something/something/htdocs/atutor/content/
Since get.php seemed to missing just a single folder level, I tried editing AT_CONTENT_DIR to things like:
/content/
/content
content/
So....any ideas?