How can I create a phpinfo.php page?
In the phpinfo.php page you can see the PHP version at the top of the file, and you can find the current version of MySQL.
You can also use phpinfo to check php settings like safe_mode and register_globals.
How? Create a file named 'phpinfo.php' in the public_html folder of your site and insert the following code:
<?php
phpinfo();
?>
Next, go to your browser and type:
http://yourdomain.com/phpinfo.php
Please replace "yourdomain.com" with your actual domain.
Most Popular Articles
mod_deflate in cpanel
mod_deflate Compressing Content Apache 2.0 and 2.2 allow you to compress content...
How to add image signature to your RoundCube Webmail Client
In most cases, it is preferable to add your signature in a local mail client such as Mozilla...
How enable always_populate_raw_post_data
Edit .htaccess and addphp_value always_populate_raw_post_data -1that it.
How enable HSTS - BanaHosting.com
How enable HSTS - BanaHosting.com How to Set Up HSTS setting up HSTS is as simple as adding a...