just to clarify - php doesn't get executed unless it's passed through the php parser (a program sitting on the server) and it won't get passed to the parser unless the server knows it's a php file - ie it ends in .php (or phtml or php5). You can rig .htaccess to shove everything through the...