I have created the following file
<?php
echo "hi";
?>
i named it as "test.php.jpg" and uploaded to root folder of my site
now while i access that file via browser (http://domainname.com/test.php.jpg)
i am getting the following output
hi
why this is happening ? why my apache server executing the php script in a file with "jpg" extension ?