[wp-trac] [WordPress Trac] #21029: 404 error when trying to edit a menu

WordPress Trac wp-trac at lists.automattic.com
Thu Jun 21 15:30:41 UTC 2012


#21029: 404 error when trying to edit a menu
-------------------------------------+------------------------------
 Reporter:  thewanderingbrit         |       Owner:
     Type:  defect (bug)             |      Status:  closed
 Priority:  normal                   |   Milestone:  Awaiting Review
Component:  Menus                    |     Version:  3.4
 Severity:  normal                   |  Resolution:  invalid
 Keywords:  reporter-feedback close  |
-------------------------------------+------------------------------
Changes (by thewanderingbrit):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 You're right. Sorry for the false alarm.

 The Perishable Press 5G blacklist firewall uses the following command:

 {{{
 # 5G:[QUERY STRINGS]
 <ifModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /
  RewriteCond %{QUERY_STRING} (environ|localhost|mosconfig|scanner) [NC,OR]
  RewriteCond %{QUERY_STRING} (menu|mod|path|tag)\=\.?/? [NC,OR]
  RewriteRule .* - [F]
 </ifModule>
 }}}

 Removing the menu element fixed the issue.

 Thanks for the insight.

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


More information about the wp-trac mailing list