frazz86 0 Report post Posted August 25, 2010 If you need the link to download xampp here they areLinux XAMPPWindow's XAMPPMac OS XAMPPSolaris XAMPPAfter the download has finished it should automatic come up with its setup if it does not come up with a set up follow these instructions:Step1: Go to where you Installed the filesStep2:Click Setup_XAMPPStep3:Follow its stepsStep4 Your back to where you should be!Now click XAMPP_start and wait for it to loadORClick XAMPP_control This also serves the same purpose as XAMPP_startOnce you have opened the control then click start on Apache and MysqlOnce (xampp start) has finished loading and auto closeOnce (xampp control) you have started Apache and MysqlYou can now start making PHP files Oh YEY!once you have made a php file you can test it Put the php file in your XAMPP folder Under HT_Docs And then type in your browser LOCALHOST/phpfilenameAnd your Php file will load !!Have fun Share this post Link to post Share on other sites
yordan 10 Report post Posted August 25, 2010 once you have made a php file you can test it Put the php file in your XAMPP folder Under HT_Docs Is it really named HT_Docs ? or simply htdocs?I know this name is very distro-dependent ; however in a lot of Linux systems, the directory names are case_sensitives, so can you please confirm that it's really HT_Docs ? With capital H, capital T, capital D and an undercore before Docs? Share this post Link to post Share on other sites
frazz86 0 Report post Posted August 25, 2010 Is it really named HT_Docs ? or simply htdocs?I know this name is very distro-dependent ; however in a lot of Linux systems, the directory names are case_sensitives, so can you please confirm that it's really HT_Docs ? With capital H, capital T, capital D and an undercore before Docs?Thanks for that i could have sworn it was ht_docs but is just htdocs sorry i really had not noticed lol thanks for pointing it out Share this post Link to post Share on other sites
vhortex 1 Report post Posted August 25, 2010 it depends on how you setup XAMPP, mine come as public_html and not httdocs.It is also faster to just download the zip file and put it at the root folder like c:\xampp to avoid problems with windows file naming. From that point, locate all the install_service.bat (the names will be replaced with the actual service you want to install like install_mysql_service.bat) and run them to make everything run automatically or use the control panel to manage them.This is to avoid problems when trying to locate windows MSI library. Share this post Link to post Share on other sites
yordan 10 Report post Posted August 25, 2010 it depends on how you setup XAMPP, mine come as public_html and not httdocs.And of course on your Xisto account it's "www" ! Share this post Link to post Share on other sites
frazz86 0 Report post Posted August 25, 2010 And of course on your Xisto account it's "www" ! Yes there is a point lol so everyone please watch out for that but it will be something along the lines of them two Share this post Link to post Share on other sites
vhortex 1 Report post Posted August 25, 2010 Yes there is a point lol so everyone please watch out for that but it will be something along the lines of them two It is safe to assume that php webpages should appear at public_html or httdocs having www points to them whichever is applicable. Since it is XAMPP, www won't be present. On WAMP, it is www, WAMP is a different packing of the same group of server software. Share this post Link to post Share on other sites