[wp-trac] [WordPress Trac] #42939: 4.9.1 Category issues

WordPress Trac noreply at wordpress.org
Wed Dec 20 06:19:34 UTC 2017


#42939: 4.9.1 Category issues
---------------------------+-------------------------
 Reporter:  scollett72     |       Owner:
     Type:  defect (bug)   |      Status:  closed
 Priority:  normal         |   Milestone:
Component:  Rewrite Rules  |     Version:  4.9.1
 Severity:  normal         |  Resolution:  worksforme
 Keywords:                 |     Focuses:
---------------------------+-------------------------

Comment (by scollett72):

 Well, what further information do you need to help pinpoint it as a
 Wordpress issue. I'm happy to provide you with any additional information,
 access to the site, etc, since this is a HUGE problem for us and we can't
 figure out how to fix it.  Without the 4.9.1 upgrade, things work fine.
 With it, things do not work fine.  The only way I can see around the issue
 right now is to revert the entire site to 3 days ago before the upgrade
 occurred.

 My .htaccess file says the rewrite rules are on.  This is the exact same
 information that was in the .htaccess file prior to the upgrade to 4.9.1

 {{{
 # BEGIN WordPress
 <IfModule mod_rewrite.c>
 RewriteEngine On
 RewriteBase /
 RewriteRule ^index\.php$ - [L]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule . /index.php [L]
 </IfModule>

 # END WordPress
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/42939#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list