Changes between Version 1 and Version 2 of Ticket #16662, comment 3
- Timestamp:
- 02/28/11 05:06:47 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16662, comment 3
v1 v2 20 20 If I add 'blog' to the 'Category Base' then all the single posts start giving a 404. 21 21 22 As a temporary workaround I have added a 302 redirect from the location where the categories / tags are supposed to be to the location where they previously are:22 As a temporary workaround I have added a 302 redirect from the location where the categories / tags were previously to their new location: 23 23 24 24 … … 27 27 RewriteRule ^blog/tag/(.+)$ http://www.[MYBLOG].co.uk/tag/$1 [R=302,L] 28 28 }}} 29 30 Maybe I'll make this a 301 redirect as the category/tag URLs do look better without the 'blog'. 31 32 However adding an entry to the 'Category base' still shouldn't cause all posts to 404 - especially as the category has no part in the post URL.
