apache - PHP page in the wwwroot folder -


i trying upload localhost site making live server. before did made test "hello world" index.php

when place index.php on following path page working:

but not in wwwroot.

when place index.php in wwwroot folder not hello world page. domain page.

how can be? noticed page should dangerous in url bar. portfolio, there nothing dangerous on site.

according discussion in comment, need set/change document_root directive below

document_root /customers/0/f/c/vouzalis.com/httpd.www

to

document_root /customers/0/f/c/vouzalis.com/httpd.www/wwwroot

if not managing server, can ask hosting setup.


Comments