Changes between Initial Version and Version 1 of Ticket #36506, comment 7
- Timestamp:
- 04/13/2016 01:25:04 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36506, comment 7
initial v1 1 1 Existing installs should not be affected by this, as long as the permalink settings aren't updated. The first update will work, but the second update of the web.config will cause duplicate entry errors. 2 2 3 I've added a last patch. The check will be done case insensitive by converting all to lower case. This way the string "wordpress" (pre WP 4.5 rule name) will match as well as "WordPress" (current rule name start). 3 I've added a last patch. The check will be done case insensitive by converting all to lower case. This way the string "wordpress" (pre WP 4.5 rule name) will match as well as "WordPress" (current rule name start). 4 5 For people that are already affected and have a broken site: removing one of the duplicate entries from your web.config should fix your issues.