mikejr42
Member
Posted 7 years ago #
For some reason, my site has gone bye-bye. All of the files are still there and the database is alright. The site will even work if I use html files. It just seems that the .php files don't execute. When I run either the http://www.pusatera.net or http://www.pusatera.net/wp-admin/ i get the following source <head><body></body></head>
Any .php file i try to execute has the same result. But when I put a simple .html file up on the main site, the .html file displays fine.
Please help!!!!!
henkvangurp
Member
Posted 7 years ago #
I have the same problem, my site has gone bye-bye. All of the files are still there and the database is alright.It just seems that the .php files don't execute. All I see, and probably my readers as well, is an error page.
Please help!!
mikejr42
Member
Posted 7 years ago #
henkvangurp -
I'm using mydomain.com to host the site. I've had some strange ftp issues and am going to try to reload a fresh copy of wordpress and see if that works.
If anyone has any other ideas, please let me know!
mikejr42
Member
Posted 7 years ago #
removing all wordpress files and copying over a fresh install worked. Note: I didn't do anthing but copy the files and change the config.php file to my settings!
test if php work on your server .
maybe its a host problem issue .
<?php
echo " Hello World " ;
?>
make a new file on your domain root , xxx.php and call it .
see if php is executed on your server or no , if its not contact your host .