Frequently asked questions

Back
Keyword:  

How do I see the PHP version and configuration?
You can see the configuration settings by creating a PHP script with the following contents:

<?php phpinfo(); ?>

Call the file e.g. phpinfo.php, and run it as a regular PHP script. This will also display the PHP version for your website.

Make sure you do not let this information be readily available to others, as this can provide information about potential security holes.

See also:

© 2024 Domeneshop AS · About us · Terms · Privacy policy