ARTICLE AD BOX
I'm doing a college project and setup Dreamweaver to use a local host and a remote host.
I am able to ping the remote host and get the setup of the php.ini file using the file:
<?php phpinfo(); ?>but when I do the same for the local host I get this error above:
localhost refused to connect
I am running XAMPP on windows 10 and even checked the settings of the folder but something is wrong and cannot figure it out, need to get this Lesson 1 correctly done.
I have changed the ports from 80 to 8080 and 443 to 4433 for the webserver to listen on.
