Title: webprogrammer's Replies | WordPress.org

---

# webprogrammer

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [feature disabled error on initial page load](https://wordpress.org/support/topic/feature-disabled-error-on-initial-page-load/)
 *  [webprogrammer](https://wordpress.org/support/users/webprogrammer/)
 * (@webprogrammer)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/feature-disabled-error-on-initial-page-load/#post-517957)
 * Hi,
 * For me the error is coming in a bit different way, let me explain.
 * When I am loading the blog page by manually clearing cache the page loads perfectly
   without any issue. But after few mins if i am trying to load it getting the Error
   FEATURE DISABLED. Its in all browser IE 6,7, Opera 9, Mozilla And Mozilla Firefox
   same error.
 * however when I refresh the page the error goes of. So actually i need to refresh
   the page either by clearing cache or by pressing Ctrl + F5.
 * I am using LAMP as the platform
 * To do it programmetically I have tried to
    ————————- setup no-cache in .htaccess—————————–
   in php
 * <?php Header(‘Cache-Control: no-cache,no-store, must-revalidate’);
    Header(‘Pragma:
   no-cache’);?> ——————————- in html <META HTTP-EQUIV=”Expires” CONTENT=”-1″> <META
   HTTP-EQUIV=”Pragma” CONTENT=”no-cache”>
 * One by one and all togather
 * but nothing found to save me. If any have has any solution please let me know
 * Thanks all

Viewing 1 replies (of 1 total)