asmith Posted December 31, 2007 Share Posted December 31, 2007 till today i used to work with php localy . now i'm gonna use it on a the web. in my root (the web hosting service) the is an empty folder "CGI-BIN" by default . where should i set up the site php ? (i'm having important information, should i set it up inside or outside of the document root ? ) Quote Link to comment https://forums.phpfreaks.com/topic/83803-php-files/ Share on other sites More sharing options...
twomt Posted December 31, 2007 Share Posted December 31, 2007 Hi, not a 100% sure if I am getting your question, but here's an answer attempt anyway: PHP itself should be installed outside of your document root. The php scripts you have created and want to execute over the web, they need to be inside the document root. The CGI-BIN folder has no meaning, if you don't use it Quote Link to comment https://forums.phpfreaks.com/topic/83803-php-files/#findComment-426547 Share on other sites More sharing options...
rajivgonsalves Posted December 31, 2007 Share Posted December 31, 2007 there will be a folder name "public_html" or "www" or "htdocs" you will have to put your files there... Quote Link to comment https://forums.phpfreaks.com/topic/83803-php-files/#findComment-426559 Share on other sites More sharing options...
asmith Posted December 31, 2007 Author Share Posted December 31, 2007 in public html , there are so many folders, can i delete them ? Quote Link to comment https://forums.phpfreaks.com/topic/83803-php-files/#findComment-426595 Share on other sites More sharing options...
rajivgonsalves Posted December 31, 2007 Share Posted December 31, 2007 no some files are required... default server setup so just add your files there... Quote Link to comment https://forums.phpfreaks.com/topic/83803-php-files/#findComment-426616 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.