Jump to content

krauzi

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by krauzi

  1. What...? I have no clue what you just said, but if the files have PHP code in them, you need to use the extension ".php".

     

    Of course they should have .php as extension. But this is not what i want. The extension HAVE to be .aspx. The Programm (Battlefield 2) sends data to the server. I cant change that Battlefield 2 is sending to: servername.heliohost.org/ASP/myaspsite.aspx. This is hardcoded in the BF2.exe. I cant change it. So i want the server to manage the .aspx files as .php files.

  2. Put a "Hello, world!" program into your public_html and give me the URL so I can check it out.

     

    This is working. I tested several aspx sites from the internet. I think the problem is, that my aspx sites are no real asp sites. They are php-sites with a .aspx file extension. The server should manage the aspx files as php files. But the extensions have to be .aspx. Otherwise my the programs, that should connect to the "aspx" files, wont work.

  3. ASP files only work in the public_html folder. They can include files in the other folders, however. So, just make a wrapper ASP file and put it in the webroot (public_html).

     

    Well it is still not working. On my homeserver (xampp) it is working.

  4. hmmm.... would you please specific and explain your problem further to let us help?

    had no idea on your problem now...

     

    Well, i have installed battlefield 2 statistics (www.bf2statstics.com). If you want, take a look at my site:

    http://reloadedmodadmin.heliohost.org/ASP/

    Log in as "User" , password is "pwd" (Both without ""). Then click on "Test Config" -> Confirm -> Process. It works fine, but at the point Gamespy Response (the .aspx files) there is a FAIL. The .aspx files should be executed. E.g.: Test this: try to execute the aspx files: goto: http://reloadedmodadmin.heliohost.org/ASP/getawardsinfo.aspx . You shouldnt be able to download. You should exectue the .aspx file. But you do not. I also added the permission to execute in the filemanager v2 for all .aspx files (chmode 0775).

     

    I hope this helps.

     

    Cheers krauzi.

  5. Hi, i have a problem. I thought, aspx sites are working, but it seems they arent. Do i have to configure something, that the sites will work? I have my asp files in /www/ASP/. I hope someone can help me.

×
×
  • Create New...