For the test.html make the content:
Then try a file called test.php with the content:<html>
<body>
Hello world via html
</body>
</html>
And test the php file with:PHP Code:<?php
echo 'Hello World via php';
?>
https://vault2.secured-url.com/hannah/test.php
Then are you able to reach it with:
http://www.elitefeetrunning.co.uk/test.php



