I was attempting to add a file extension that runs through the php code parser that converts "<? echo("test"); ?>" into "test" i know php, php3, php4, php5, php6 all convert that code but i was attempting to add .pro to them. I found out that you should add it into the apache handlers i think. So i added application/x-httpd-php to the list with the extention i wanted .pro but i open the browser. the code pops up and is not converted by the php script builder and i was wondering why it wasn't i tried everything this article showed but it didnt work help please?