Mcardle Posted January 4, 2017 Posted January 4, 2017 When I go to install at my domain I just get a save box open instead, any ideas?
Nathan Explosion Posted January 4, 2017 Posted January 4, 2017 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.
Mcardle Posted January 4, 2017 Author Posted January 4, 2017 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.