cruthik Posted July 8, 2008 Share Posted July 8, 2008 hey guys, i've been making a php photo gallery using thie joined files. on my local server everything is working just fine but when uploading it tot the hostserver, i can't see any pictures. i've been like 3 days busy doing it. i tried every single thing from setting the permission rights to 777 and changing the webroot map. my question is what should be my webroot map on the hostserver? i really need some help. [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/113702-php-gallery/ Share on other sites More sharing options...
Wolphie Posted July 8, 2008 Share Posted July 8, 2008 It depends which OS your server is. If it's unix based your path should look similar to /home/domain.com/www /home/username/www Link to comment https://forums.phpfreaks.com/topic/113702-php-gallery/#findComment-584299 Share on other sites More sharing options...
cruthik Posted July 8, 2008 Author Share Posted July 8, 2008 i tried it but still not working. Link to comment https://forums.phpfreaks.com/topic/113702-php-gallery/#findComment-584458 Share on other sites More sharing options...
PFMaBiSmAd Posted July 8, 2008 Share Posted July 8, 2008 Use $_SERVER['DOCUMENT_ROOT'] in forming your various file paths so that you don't need to manually code them when you move between servers. For example - define('ALBUM_IMG_DIR', $_SERVER['DOCUMENT_ROOT'] . '/gallery/images/album/'); Link to comment https://forums.phpfreaks.com/topic/113702-php-gallery/#findComment-584472 Share on other sites More sharing options...
cruthik Posted July 8, 2008 Author Share Posted July 8, 2008 thanks dude. is working now. but it's so slow like a turtle. Link to comment https://forums.phpfreaks.com/topic/113702-php-gallery/#findComment-584503 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.