Quilmes Posted July 24, 2008 Share Posted July 24, 2008 I've been working on this all morning and I can't quite figure it out. I just moved a website and the PHP doesn't seem to be loading completely. Does anyone have any ideas? Thanks! http://mlsupdate123.com Link to comment https://forums.phpfreaks.com/topic/116437-website-moved-errors/ Share on other sites More sharing options...
JonnyThunder Posted July 24, 2008 Share Posted July 24, 2008 It isn't loading at all - I can see all the source. You'll need to get your host to sort it out for you! Link to comment https://forums.phpfreaks.com/topic/116437-website-moved-errors/#findComment-598756 Share on other sites More sharing options...
Quilmes Posted July 24, 2008 Author Share Posted July 24, 2008 But it does look like it's loading it until it reaches a certain point. If you look at the source code you can see where it stops loading... Link to comment https://forums.phpfreaks.com/topic/116437-website-moved-errors/#findComment-598772 Share on other sites More sharing options...
binujayaraj Posted July 24, 2008 Share Posted July 24, 2008 It seems PHP has not been installed on the server. Link to comment https://forums.phpfreaks.com/topic/116437-website-moved-errors/#findComment-598773 Share on other sites More sharing options...
Quilmes Posted July 24, 2008 Author Share Posted July 24, 2008 That's what it looks like, but as you can see... http://www.mlsupdate123.com/phpinfo.php it is running on there... Any ideas? Link to comment https://forums.phpfreaks.com/topic/116437-website-moved-errors/#findComment-598776 Share on other sites More sharing options...
JonnyThunder Posted July 24, 2008 Share Posted July 24, 2008 Does the index file have a .PHP extension? Or have you got it as index.html or something similar? If it's got a PHP extension, then thats pretty strange. Otherwise, possibly your host only processes PHP files with a .PHP extension (it's configurable on the webserver) Link to comment https://forums.phpfreaks.com/topic/116437-website-moved-errors/#findComment-598811 Share on other sites More sharing options...
JonnyThunder Posted July 24, 2008 Share Posted July 24, 2008 This is a long shot, but also check you dont have a <?php inside another. for instance... ...html ...html <?php ...code ...code <?php ...code ...code ?> ...html ...html Link to comment https://forums.phpfreaks.com/topic/116437-website-moved-errors/#findComment-598813 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.