change file permissions to -rw-rw-r--
When adding a new php template file, it adds it under the www-data user with the file permissions set to -rw-r--r-- so its not remotely editable. Use chmod 664 to change it to -rw-rw-r--
chmod 664 calculate-a-percentage-dec-difference-based-on-two-numbers.php
PHP
chmod 664 file