Title: whvs's Replies | WordPress.org

---

# whvs

  [  ](https://wordpress.org/support/users/whvs/)

 *   [Profile](https://wordpress.org/support/users/whvs/)
 *   [Topics Started](https://wordpress.org/support/users/whvs/topics/)
 *   [Replies Created](https://wordpress.org/support/users/whvs/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/whvs/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/whvs/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/whvs/engagements/)
 *   [Favorites](https://wordpress.org/support/users/whvs/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I need help to fix error with failed publishing, REST API and page not found.](https://wordpress.org/support/topic/i-need-help-to-fix-error-with-failed-publishing-rest-api-and-page-not-found/)
 *  Thread Starter [whvs](https://wordpress.org/support/users/whvs/)
 * (@whvs)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/i-need-help-to-fix-error-with-failed-publishing-rest-api-and-page-not-found/#post-16326548)
 * I was able to resolve the problem.
 * The problem lies with the apache configuration. I substitute a component of the
   configuration and the 404 error cleared and REST API issue also resolved. I can
   create, save and update pages too.
 * `$ sudo nano /etc/apache2/apache2.conf`
 *     ```
       <Directory "/var/www/html">
       Options FollowSymLinks
       AllowOverride All
       Require all granted
       </Directory> 
       ```
   
 * Instead of `AllowOverride All`, I had `AllowOverride None`. I replaced and all
   problems solved.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [I need help to fix error with failed publishing, REST API and page not found.](https://wordpress.org/support/topic/i-need-help-to-fix-error-with-failed-publishing-rest-api-and-page-not-found/)
 *  Thread Starter [whvs](https://wordpress.org/support/users/whvs/)
 * (@whvs)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/i-need-help-to-fix-error-with-failed-publishing-rest-api-and-page-not-found/#post-16323040)
 * Hello George.
 * Thanks for your response, any idea what I should be looking at to solve these
   problems.
 * I have tried many of the solutions I researched none worked?
 * Thanls
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unable to connect error accessing website](https://wordpress.org/support/topic/unable-to-connect-error-accessing-website/)
 *  Thread Starter [whvs](https://wordpress.org/support/users/whvs/)
 * (@whvs)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/unable-to-connect-error-accessing-website/#post-16129314)
 * Thank you for your response
 * the link is
 * [https://www.webhostville.com/](https://www.webhostville.com/)
 * [http://www.webhostville.com/](http://www.webhostville.com/)
 * It is has A record under GCP DNS

Viewing 3 replies - 1 through 3 (of 3 total)