I’ve set 2 custom post type, let’s refer to them as type1 and type2. Both will have post with same names so the only difference between them is their type and content. For example there will be 2 posts with same title “Title1” which will have permalinks
http://domain.com/type1/title1 and http://domain.com/type2/title1.
Here I’ve encountered weird problem. 1st link works just fine, 2nd one for some weird reason redirects to 1st one. What can be causing this and how to fix it?