I have DevPHP2x installed at work for development, however I cannot work out how to set up the web server as unlike my home machine it doesn't have Apache Web Server on the same machine.
The Apache Web Server is setup on another windows machine on the network called //webdev - can anyone assist in showing me I how I set this up so I can use DevPHP on machine to take advantage of the web server setup on the network share called '//webdev'
thanks in advance (i hope my query makes sense)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1. map the network share to a drive char.
2. set the local server path to this directory.
3. setup your php-installation.
4. test all with a <? phpinfo(); ?>-File
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi guys,
I have DevPHP2x installed at work for development, however I cannot work out how to set up the web server as unlike my home machine it doesn't have Apache Web Server on the same machine.
The Apache Web Server is setup on another windows machine on the network called //webdev - can anyone assist in showing me I how I set this up so I can use DevPHP on machine to take advantage of the web server setup on the network share called '//webdev'
thanks in advance (i hope my query makes sense)
1. map the network share to a drive char.
2. set the local server path to this directory.
3. setup your php-installation.
4. test all with a <? phpinfo(); ?>-File