Voor de installatie van WordPress - ik heb Linux Mint 22 Cinnamon - heb ik deze handleiding gevolgd:
https://forums.linuxmint.com/viewtopic.php?t=412363. Over de installatie van PHP staat daar oa dit:
Now, we're done with PHP installation. To test how it works, make test.php file in [/var/www/html] directory with following code:<?php phpinfo(); ?>
Save the file and test it in the browser by accessing the file from localhost:http://localhost/test.php
This should display information on installed version of PHP in the browser.Als ik test.php via dat localhost benader, lijkt dat wel te lukken - bestand opent volgens mij, en er is geen foutmelding oid - maar de verwachte informatie over de PHP-versie verschijnt niet, er komt helemaal niets.
Is PHP nu wel of niet goed geïnstalleerd, en hoe kan ik dat eventueel controleren?
Alvast dank voor jullie meedenken.