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.
The page you are reading now is (or was called from) myIndex.php. 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 problems in setting up this server was ensuring that PHP was running correctly. This problem was largely of my own making because most of my HTML pages require to be parsed for PHP and this was not the default behaviour of the server. Thus the first task, now, is to check whether PHP is running correctly. If this file is not being parsed for PHP you will see various comments.