I'm in the process of dealing with another designer/host being a prick and refusing to release a clients site to him. I managed to de-compile the flash but 3 of the buttons didn't make it though so I can't change the url it's pointing to.
The files it points to are .aspx and what I need to accomplish here is make .aspx be treated as .php
I tried
Code:
AddHandler application/x-httpd-php5 .php .asp .aspx
But so far no dice. Anyone know how I can either
A) get those damn buttons changed
or
B) force .aspx to act as .php