kigroy Posted December 11, 2008 Share Posted December 11, 2008 I would like to start playing around with php and running some test scripts on my server (yes it does support php). But I don't want to affect the site I'm currently running nor do I want to have my beta-site searched by search engine's web crawlers. What do I do to make my site unsearchable? Is there a general format that people follow when creating test folders on the their home directory? How can I ensure security? Thanks! Link to comment https://forums.phpfreaks.com/topic/136457-testing-php-on-my-server/ Share on other sites More sharing options...
PFMaBiSmAd Posted December 11, 2008 Share Posted December 11, 2008 Don't even use your live web server. Setup a development system on a PC. The learning, development, and debugging will go quicker and since php scripts that are not complete and tested often have security holes, this won't expose your live server to the possibility of getting used by a spam bot script or a hacker. Link to comment https://forums.phpfreaks.com/topic/136457-testing-php-on-my-server/#findComment-712233 Share on other sites More sharing options...
haku Posted December 11, 2008 Share Posted December 11, 2008 Test locally on your computer. It's a pain in the ass constantly uploading and re-uploading files everytime you make a change. You can do it instantly if you do it on a local computer. So much faster. If you are on windows, use WAMP (which I use) or XAMPP (which I don't, but people say its good). If you are not on Windows, I'm sure someone else can tell you what to use to test locally. Link to comment https://forums.phpfreaks.com/topic/136457-testing-php-on-my-server/#findComment-712234 Share on other sites More sharing options...
kigroy Posted December 11, 2008 Author Share Posted December 11, 2008 Thanks for the info. I'll abandon the idea of testing on the server, and setup the website on my home computer. Thanks for setting me straight! Link to comment https://forums.phpfreaks.com/topic/136457-testing-php-on-my-server/#findComment-712256 Share on other sites More sharing options...
blueman378 Posted December 11, 2008 Share Posted December 11, 2008 wamp is easy as anything, 2 mins and you have a server fully setup www.wampserver.com/en/ i think... Link to comment https://forums.phpfreaks.com/topic/136457-testing-php-on-my-server/#findComment-712281 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.