Opened 3 years ago
Closed 3 years ago
#15235 closed defect (bug) (invalid)
add_rewrite_rules and default permalink structure
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: |
Description
hooks 'generate_rewrite_rules' & 'rewrite_rules_array' are never activated if permalink structure is default
(non_wp_rules !!)
Change History (6)
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
- Keywords close removed
- Resolution invalid deleted
- Status changed from closed to reopened
wordpress wp_rewrite api gives the ability to have non_wp_rules ...
so if there is no wordpress rewrite rules there can be non_wp_rules to wrtie in the .htaccess !!!
This is by design. If there are no rewrite rules, then we're not writing anything to an htaccess file. That means we'll ignore any non_wp_rules.
Note: See
TracTickets for help on using
tickets.

What's the problem here? If there is no rewriting, then no htaccess file, no rules to filter, anything of the sort.
Please be more specific in your "bug" reports. Nearly every one someone has to ask for more information on why such and such is a bug. Thanks.