Guest Posted April 16, 2007 Posted April 16, 2007 Hello, i'm interested if there is any way to move images directory from /home/user/public_thml/images directory to /home/user/images/. I already tried it with DIR_FS_IMAGES, but it doesn't work. Does anyone know any solution for this? thanx
freddy Posted April 16, 2007 Posted April 16, 2007 Hello, i'm interested if there is any way to move images directory from /home/user/public_thml/images directory to /home/user/images/. I already tried it with DIR_FS_IMAGES, but it doesn't work. Does anyone know any solution for this? thanx You do not mention what's your platform? I assume it's Linux/Apache/MySql/PHP (LAMP) The images directory needs to be accessible from the web server, in standard LAMP environments that means it needs to be under something like public_html. I am sure you can make changes to the LAMP but it is not a standard configuration, and you need assistance from your System administrator. I hope this information helps, Freddy
Guest Posted April 16, 2007 Posted April 16, 2007 Yes it is Linux/Apache/MySql/PHP (LAMP). I allready moved the folder there but the bigger problem for me is to set the path in the config.php file, becouse i can't make an absolute path to this folder. So i guess that i would have to change some code to make that work. Anyway thanx for the answer
Recommended Posts
Archived
This topic is now archived and is closed to further replies.