github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/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/>';