How to deal with GCP WordPress error "This page isn’t working example.com is currently unable to handle this request. HTTP ERROR 500

后端 未结 1 1637
春和景丽
春和景丽 2020-12-12 07:54

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 C

相关标签:
1条回答
  • 2020-12-12 08:47

    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
    
    1. Press "insert" to get into editing mode
    2. Scroll down
    3. Change /var/www/ Permissions from "None" to "All"
    4. Press "Esc"
    5. write ":qw" to exit the file.
    6. Now restart the apache2 server with following command

      sudo service apache2 restart
      
    0 讨论(0)
提交回复
热议问题