github.com/localhostbase/localhostdev@v1.4.1/pkg/ddevapp/testdata/TestHttpsRedirection/index.php (about) 1 <?php 2 3 echo "Hi there, this is /index.php<br/>"; 4 5 echo 'Here are links to <a href="/landed.php">landed.php</a> and <a href="subdir">subdir</a><br/>';