Title: askapache's Replies - page 2 | WordPress.org

---

# askapache

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 137 total)

[←](https://wordpress.org/support/users/askapache/replies/?output_format=md) [1](https://wordpress.org/support/users/askapache/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/askapache/replies/page/3/?output_format=md)…
[8](https://wordpress.org/support/users/askapache/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/askapache/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/askapache/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/askapache/replies/page/3/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AskApache Password Protect] can't make it work](https://wordpress.org/support/topic/cant-make-it-work-15/)
 *  Plugin Author [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cant-make-it-work-15/#post-5442593)
 * It should certainly work on hostgator, actually the latest update was built and
   tested on a hostgator server.
 * Could you please provide the output of the tests this plugin does, excluding 
   any identifiable info?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[P3 (Plugin Performance Profiler)] Could not access my own site and admin after running P3](https://wordpress.org/support/topic/could-not-access-my-own-site-and-admin-after-running-p3/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/could-not-access-my-own-site-and-admin-after-running-p3/#post-5438198)
 * Thanks to the developer for such excellent feedback.
 * I would make an educated guess and say that the white page issue is related to
   the php binary timing out. This indicates you have some inefficient actions going
   on, usually this is caused from inefficient plugins that add a lot of filters
   or add inefficient actions to key filters.
 * That is likely what is happening, the workaround is to increase your php max_execution_time,
   within your php.ini or try modifying the ini_set in the plugin. 120 would be 
   a good start.
 * The other possibility is that your webhost has used linux kernel limits to limit
   how much mem/procs/stack your php binary or apache thread is allowed to use.
 * Regardless, any problems with this plugin whatsoever is a high indication that
   there is some limiting factor with your current site. Whether it is a greedy 
   plugin/theme function that is called by a filter or hook, or an expensive/redundant
   Database query, there is certainly room for improvement. Per the suggestions 
   by the developer, you should attempt to track down the issue, using xhprof/xdebug
   or an sql profiler such as SQLmon. Or try deactivating every plugin until the
   problem goes away, which will tell you which plugin is poor. I would also suggest
   taking a look at the list of registered filters and actions such as using the
   AA Debug Viewer plugin, which can also help pinpoint the bottlenecks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AskApache Password Protect] Asks for password twice](https://wordpress.org/support/topic/asks-for-password-twice/)
 *  Plugin Author [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/asks-for-password-twice/#post-5419179)
 * This happens when it’s redirected.
 * So if you goto `http://x.com/wp-login.php` and it redirects you to `http://www.
   x.com/wp-login.php` it will prompt you twice, ditto for https redirects so if
   you goto `http://x.com/wp-login.php` and it redirects you to `https://x.com/wp-
   login.php` it will ask you twice.
 * I avoid this by using SSL like this: [http://www.askapache.com/htaccess/htaccess.html#Fix_double-login_prompt](http://www.askapache.com/htaccess/htaccess.html#Fix_double-login_prompt)
   And by making my bookmarks point to the final url and not a url that will be 
   redirected.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Site all broken (no css?) on MOBILE, help!](https://wordpress.org/support/topic/site-all-broken-no-css-on-mobile-help/)
 *  [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/site-all-broken-no-css-on-mobile-help/#post-5364203)
 * Yeah it appears your htaccess file has malware in it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AskApache Password Protect] wp-login.php not really protected – bug](https://wordpress.org/support/topic/wp-loginphp-not-really-protected-bug/)
 *  Plugin Author [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/wp-loginphp-not-really-protected-bug/#post-5087617)
 * Done. Future version will give more control over this, and test for it, since
   it depends on the Apache setup and Order configs.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AskApache Google 404] Plugin not working](https://wordpress.org/support/topic/plugin-not-working-136/)
 *  Plugin Author [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/plugin-not-working-136/#post-4512672)
 * Please upgrade to the latest version. Also, what are you trying to do with a 
   short code? There is no short code for this plugin and never has been one, I 
   will look into possibly adding one though.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AskApache Google 404] Bug ? Settings lost if plugin is disabled then re-enabled](https://wordpress.org/support/topic/bug-settings-lost-if-plugin-is-disabled-then-re-enabled/)
 *  Plugin Author [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/bug-settings-lost-if-plugin-is-disabled-then-re-enabled/#post-4156357)
 * Ya photoM it’s a 1-off procedure, from now on you can upgrade every time a new
   version comes out without having to do anything. The goal was to be able to just
   hit update and not have to re-configure or enable anything.
 * This is a big update, it will allow me to develop it more actively, and finally
   start adding some great new features I’ve been thinking about.
 * Sorry for the trouble, please continue to share any and all feedback/issues you
   have with it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AskApache Google 404] Bug ? Settings lost if plugin is disabled then re-enabled](https://wordpress.org/support/topic/bug-settings-lost-if-plugin-is-disabled-then-re-enabled/)
 *  Plugin Author [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/bug-settings-lost-if-plugin-is-disabled-then-re-enabled/#post-4156354)
 * There ya go, fixed in 5.0.0. Please try it out and let me know of any other issues.
 * To recover your old settings you need a backup of the database. It would be stored
   in wp_options.option_name = “askapache_google_404_options”;
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AskApache Google 404] Bug ? Settings lost if plugin is disabled then re-enabled](https://wordpress.org/support/topic/bug-settings-lost-if-plugin-is-disabled-then-re-enabled/)
 *  Plugin Author [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/bug-settings-lost-if-plugin-is-disabled-then-re-enabled/#post-4156352)
 * Fixing now…
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[AskApache Debug Viewer] No errors, but no output either](https://wordpress.org/support/topic/no-errors-but-no-output-either/)
 *  Plugin Author [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/no-errors-but-no-output-either/#post-7830440)
 * Thanks Jan. Hey try the new version and see if that fixes the problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AskApache Debug Viewer] AskApache Debug problem](https://wordpress.org/support/topic/askapache-debug-problem/)
 *  Plugin Author [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/askapache-debug-problem/#post-4793727)
 * Hmm. Very strange, I just released a major update with many new modules, and 
   added some additional code to fix this issue. Thanks for the clear bug report.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[AskApache Google 404] Never got it working before.](https://wordpress.org/support/topic/never-got-it-working-before/)
 *  Plugin Author [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/never-got-it-working-before/#post-7773733)
 * Works now, and is much faster.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AskApache Password Protect] AskApache asks for password on my main site](https://wordpress.org/support/topic/askapache-asks-for-password-on-my-main-site/)
 *  Plugin Author [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/askapache-asks-for-password-on-my-main-site/#post-4674507)
 * Install Firefox firebug extension or use chrome developer tools. Then clear your
   browser cache and exit the browser. Then start the browser and open the net panel
   of firebug or dev tools. Now goto your homepage and you will see which file is
   causing this.
 * My guess is a plugin or theme js or CSS file, Ajax request, or maybe it’s just
   happening to you as a logged on user..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AskApache Password Protect] AA PassPro/Better WordPress Security conflict](https://wordpress.org/support/topic/aa-passprobetter-wordpress-security-conflict/)
 *  Plugin Author [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/aa-passprobetter-wordpress-security-conflict/#post-4228979)
 * Fixed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AskApache Password Protect] AA PassPro/Better WordPress Security conflict](https://wordpress.org/support/topic/aa-passprobetter-wordpress-security-conflict/)
 *  Plugin Author [askapache](https://wordpress.org/support/users/askapache/)
 * (@askapache)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/aa-passprobetter-wordpress-security-conflict/#post-4228976)
 * Look for an update within 2 weeks.

Viewing 15 replies - 16 through 30 (of 137 total)

[←](https://wordpress.org/support/users/askapache/replies/?output_format=md) [1](https://wordpress.org/support/users/askapache/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/askapache/replies/page/3/?output_format=md)…
[8](https://wordpress.org/support/users/askapache/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/askapache/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/askapache/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/askapache/replies/page/3/?output_format=md)