bilis_money Posted March 18, 2008 Share Posted March 18, 2008 My client's website is under godaddy hosting. now i want to know how to get the absolute path. I know there is a ticket help where i can ask the godaddy crew to assist me for this, but it will take 48 hours before they will reply to me. but perhaps there are people here that has experience with godaddy before and could give me nice advice. or could you give me example an absolute path for godaddy. thanks in advance. Link to comment https://forums.phpfreaks.com/topic/96719-how-to-get-absolute-path-for-godaddy-website/ Share on other sites More sharing options...
revraz Posted March 18, 2008 Share Posted March 18, 2008 If they have a cpanel, try looking in there. But this really has nothing to do with PHP. Link to comment https://forums.phpfreaks.com/topic/96719-how-to-get-absolute-path-for-godaddy-website/#findComment-494919 Share on other sites More sharing options...
BlueSkyIS Posted March 18, 2008 Share Posted March 18, 2008 ^true. if nothing else, upload phpinfo.php or just a file with this and it will give you the abs path for your site: echo $_SERVER['DOCUMENT_ROOT']; Link to comment https://forums.phpfreaks.com/topic/96719-how-to-get-absolute-path-for-godaddy-website/#findComment-494934 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.