Make WordPress Core

Opened 20 years ago

Closed 20 years ago

Last modified 19 years ago

#1979 closed defect (bug) (fixed)

3226 broke rewrite functionality

Reported by: filosofo's profile filosofo Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.0
Component: Administration Keywords: rewrite permalinks classes.php
Focuses: Cc:

Description

By unsetting the query variables when someone makes an "empty" request, changeset [3226] effectively removes all rewrite rules for the root page. So for example, if you (like me) have a rewrite rule that loads a page instead of the posts when someone requests the domain name, it doesn't work anymore.

My patch solves this by removing the condition that is triggered when the request is empty.

Attachments (1)

classes.php.diff (489 bytes) - added by filosofo 20 years ago.

Download all attachments as: .zip

Change History (3)

#1 @ryan
20 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [3233]) Only unset query vars when serving admin pages. fixes #1979

#2 @(none)
19 years ago

  • Milestone 2.0 deleted

Milestone 2.0 deleted

Note: See TracTickets for help on using tickets.