Need help! aspx issue...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JD
    Too lazy to set a custom title
    • Sep 2003
    • 22651

    #1

    Need help! aspx issue...

    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
  • JD
    Too lazy to set a custom title
    • Sep 2003
    • 22651

    #2
    should have known better :/

    Comment

    Working...