the php.ini file is not within www or public_html folders :roll:
Its usually located in a different location depending on how your server is configed. If you're on shared hosting you won't be able to edit the file directly. If you're on VPS or dedicated log into the SSH and do a find php.ini command to find it.
Or you can find it using a php file
Code:
<?php
phpinfo();
?>
in a php file on your server, and visit it with your browser