Landing on index.thml and redirecting to index.php goes into error (Beginner)

With Kirby, the index.php does not contain any content, compare to a static website. Therefore your approach does not work. Subpages are also not accessible with a .html or .php extension. Redirecting from index.html to index.php does not make sense. Check out the documentation for a better understanding:

1 Like