github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/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/>';