How can I set apache server to execute php scripts inside files has exetensions else .php? e.g file.html or file.ggg or file.any etc... :mad:
you need to edit your httpd.conf and look for the following line
AddType application/x-httpd-php .php .php3 and add .xyz .god, or whatever then save the file, restart apache with httpd restart, that should be it