Changes between Initial Version and Version 1 of Ticket #310, comment 1
- Timestamp:
- 02/06/2014 11:28:17 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #310, comment 1
initial v1 1 1 attachment:310.patch replaces the encoded `%2F` with `/` so https://core.trac.wordpress.org/component/Date%2FTime becomes https://core.trac.wordpress.org/component/Date/Time 2 2 3 Another fix would be to enable encoded forward slashes in Apache `AllowEncodedSlashes On`. 3 Could also be applied to the focus filter. 4 5 Another fix could be to enable encoded forward slashes in Apache (?) with something like `AllowEncodedSlashes On`.