Having successfully (so I thought) installed and tested Apache and PHP, on trying to test the configuration, ie configuring Apache to use PHP (page 13) using the test.php file, Windows is unable to find the webpage. I have crawled through all relevant posts for this book, double checked all my code but cannot find a solution. My httpd.conf file includes the line '#ServerName localhost:8080' as I'm using my laptop as my server. Is this correct? I've already changed the line 'LoadModule php5_module "C:\PHP\php5apache2_2.dll" 'from php6 as a previous post informs (I didn't realise I'd downloaded version 5) but otherwise I've come to a standstill before I even start. If any old AMP hand can offer me some advice so I can actually get started on my learning curve I'd be most appreciative. Thanks very much in advance. Chastini
Hi again, Since writing this I had a sudden bout of inspiration. During my Apache setup, I had to change the port over to 8080. So of course the web address for my pages is now
http://localhost:8080/whatever.php . (I'd forgotten the :8080) It's now all working fine. Sorry to have to keep this now-not-needed thread in place but I can't find a delete button. If some kind soul can direct me I'll happily remove it. Anyway, the forum will no doubt prove to be of use during my AMP studies so catch you all later.