[wp-trac] [WordPress Trac] #11843: htaccess pointing to wordpress makes CPU overload

WordPress Trac wp-trac at lists.automattic.com
Sun Jan 10 12:49:43 UTC 2010


#11843: htaccess pointing to wordpress makes CPU overload
-----------------------------+----------------------------------------------
 Reporter:  cisoprogressivo  |       Owner:  ryan               
     Type:  defect (bug)     |      Status:  new                
 Priority:  normal           |   Milestone:  3.0                
Component:  Rewrite Rules    |     Version:  2.9.1              
 Severity:  normal           |    Keywords:  htaccess, premalink
-----------------------------+----------------------------------------------

Comment(by cisoprogressivo):

 I patched functions.php and wp-config.php to get mod_rewrite counts, but I
 don't get any output if I go to www.mysite.com?test. If I use this code:

 {{{
 if ( isset($_GET['test']) ) {
  echo "<!-- Mod rewrite count ";
  echo get_option('check_mod_rewrite_counts');
  echo "-->";
 }
 }}}

 I just get <!-- Mod rewrite count -->.
 I also applied the patch in #11384, but it didn't help.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/11843#comment:16>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list