Paulo Seid

Web service

22/11/2017

Instalei o easyphp devserver e não há meio de fazê-lo enxergar a pasta do aplicativo e carregar o index.html

abaixo meus arquivos de configuração



------ hosts.conf ------------


127.0.0.1 localhost
# ::1 localhost

127.0.0.1 agenda


-------------------------------------

--------------- conf/extra/httpd-vhosts.conf ---------------------------------

Listen 127.0.0.1:8008

<VirtualHost 127.0.0.1:8008>


DocumentRoot "c:/aplicativo"
ServerName agenda
ServerAlias agnd


</VirtualHost>


-------------------------------
Paulo Seid

Paulo Seid

Curtidas 0
POSTAR