cavelib-hetzner.local | hetzner.caving-library.org.uk
You have reached the landing page for this website, at Hetzner, as configured by David Gibson. This page is being presented to you because your own full website structure is not yet in place. To prevent this page from displaying, the easiest thing for you to do is to upload your own index.html or index.php page.
Please see the notes at
Migrating to Hetzner
for further
information.
You probably do not need to make any of the many checks that I made to
determine that
the system was running correctly, since I have done those already. But, if you do, then there is
a
page of
progress checks
that you can look
at, although
you might not follow all of my notes.
The page you are reading now is (or was called from) myIndex.phtml. This behaviour is governed by a line in the htaccess file...
DirectoryIndex index.shtml index.html index.htm index.php myIndex.php
so, if you add a page called index.html or index.php, it should over-ride the display of the current page. You can, of course, delete myIndex.php or re-write htaccess but please note that if you do not have a valid DirectoryIndex directive in your file, the system will probably default to displaying its /standard_index.html page. The directive for that comes from 'further up' the chain of control files.
One of the main problems in setting up this server was ensuring that PHP was running properly. This is largely my own fault, because most of my own HTML pages require to be parsed for PHP and this was not the default behaviour of the server. Thus the first task is to check whether PHP is running. If this file is not being parsed for PHP you will see various comments.