Jump to content

Installation Question


Mcardle

Recommended Posts

28 minutes ago, MadMcardle said:

When I go to install at my domain I just get a save box open instead, any ideas?

Do you mean a browser dialog asking you to save a file? (Screenshot useful here)

If so, I'd be tempted to say that the server isn't serving PHP correctly....possibly doesn't have the PHP mime type added in the server configuration?

Do the following test:

Create a new text file and add the following to it:

 

<?php
phpinfo();
?>

Save the file as test.php and upload to your server. Then open it in the browser.

Same result? Talk to your hosts.

Link to comment
Share on other sites

2 hours ago, Nathan Explosion said:

Do you mean a browser dialog asking you to save a file? (Screenshot useful here)

If so, I'd be tempted to say that the server isn't serving PHP correctly....possibly doesn't have the PHP mime type added in the server configuration?

Do the following test:

Create a new text file and add the following to it:

 


<?php
phpinfo();
?>

Save the file as test.php and upload to your server. Then open it in the browser.

Same result? Talk to your hosts.

Thank you I think I know what's happening now! :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...