At first the site was working pity fine i installed "WordPress all in one migration Plugin" and migrated my movies wordpress website to the domain am hosting at "Google Cloud Platform". Till here every thing was working fine, but when a post was clicked it redirected to an empety page saying "The page not found". I started exploring different things within "WordPress Edittor" option from Wordpress Dashboard but nothing worked, and after a day site was completely down. The error am having is as follow: This page isn’t working watchlatestmovie.com is currently unable to handle this request. HTTP ERROR 500 How to get out of it?
Asked
Active
Viewed 1,133 times
0
-
post nginx/php logs this error could be anything – NooBskie Sep 10 '18 at 05:36
1 Answers
3
I got the solution, it was a file permission error in apache2.conf Here is the solution: execute the following command in command line
sudo vi /etc/apache2/apache2.conf
- Press "insert" to get into editing mode
- Scroll down
- Change /var/www/ Permissions from "None" to "All"
- Press "Esc"
- write ":qw" to exit the file.
Now restart the apache2 server with following command
sudo service apache2 restart

Stephen Rauch
- 47,830
- 31
- 106
- 135

Zulkifl Agha
- 175
- 1
- 12