Hi all.
I successfully created a very simple index.html file inside /htdocs
I can see its content by using Firefox but I cannot download it with the linux command
wget www.thp.epizy.com/index.html
as I do, for example, with
wget https://news.google.com/index.htm
Directory and file permissions should be ok (755, 644), as well as the file
/htdocs/.htaccess containing the two lines
Order Allow,Deny
Allow from ALL
What’s wrong?
Thank you in advance for your support.