Hi,
I am a complete novice with this but willing and looking to learn fast !
Having only worked with HTML prior to now, I am trying PHP for the first time.
I am trying to get a PHP site from my local PC to my free webspace I have with my ISP Virgin Media Broadband (formerly Telewest/Blueyonder Broadband). The root folder address for the uploaded site is http://www.stevearney.pwp.blueyonder.co.uk/genealogy. The site is locally stored in "C:/Apache2.2/htdocs/genealogy"
I am trying to install and configure Apache 2.2.4 to work with PHP 5.2.3.
Can anyone with knowledge of Apache 2 and PHP 5 confirm what I have done to be correct or if not what is wrong?
Here is what I have done so far:
Installed Apache 2.2.4 to C:/Apache2
Followed configuration instructions for C:/Apache2/conf/httpd.conf, C:/Apache2/conf/extras/httpd-manual.conf and C:/Apache2/conf/extras/httpd-vhosts.conf
How do I correctly configure the httpd-vhosts.conf file so as it all works when I remove the comment mark in the #Include conf/extra/httpd-vhosts.conf line of code.
Also when I get it all working how do I upload the site to the http://www.stevearney.pwp.blueyonder.co.uk/genealogy folder and get it recognised in my browser, can this be done via FTP or does it have to be published from my PHP editting application like Dreamweaver?
Any help which would enable to resolve this would be very much appreciated.