Hi. I just joined this forum, mainly to get this question answered, but also because I anticipate having more questions as I am brand new to PHP and scripting/coding.
First thing I'm having trouble with is getting my workflow set up. I've been following PHP tutorials, scripting in Dreamweaver and uploading to the server to test. Obviously this is not efficient.
So I installed XAMPP and everything checks out fine (MySQL, PHP, Perl, CGI, and SSI are all "Activated"). But when I try to open http://127.0.0.1/index.html it doesn't take me to the page, but instead forwards me to http://127.0.0.1/xampp/index.php
The index.html in there is my own, so I can't figure out why it doesn't show up.
Also, what are the recommended settings for Dreamweaver when using XAMPP?
In other words, do I need to move my local folder to XAMPP's "htdocs" folder or can I leave my local folder where it is and just change the testing server info?