Jump to content

.aspx sites?!


krauzi

Recommended Posts

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

had no idea on your problem now...

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 3 weeks later...
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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 2 weeks later...

I think what he was trying to say is that he is lost on the configurations on the apache server for accessing .ASP/.ASPX since this is my problem too, (instead of desplaying "hello world" string, it instead downloads the hello.asp file) i dont know what to configure what and where, i tried changing the apache handler "AddHandler application/x-httpd-php .asp" and mime type to "AddType application/x-httpd-php asp" but no luck.. if it is not too much bother may i ask a step by step instruction on how to configure the cPanel so that i can run .ASP .ASPX. thank you

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...