Server Configuration
Shopify phpinfo Exposure Check
The phpinfo() file can reveal sensitive server information. Check that it is not publicly accessible on your Shopify store.
What this test checks
This test checks whether the phpinfo file is publicly accessible on your Shopify store. phpinfo() displays details about your PHP configuration (version, extensions, paths, environment variables), which can help an attacker prepare targeted attacks. Its exposure is a critical information leak.
Our recommendation
Ensure that phpinfo is not accessible via a public URL. Delete any phpinfo.php file from your production server. Use Shopify's built‑in security settings to block access to this information.
Security tests