I must be going crazy but for some reason, {last_segment} is empty when my last URL segment starts with an upper case “P”.
My url structure is http://domain.com/folder/category/P1/
If I change the URL last segment to “p1”, e.g. http://domain.com/folder/category/p1/ then {last_segment} correctly has the value.
I have several plugins installed, such as Structure, NavEE and Tagger, so could there be a quirk with one of these causing it? I’m using EE v2.2.2 - Build: date 20110801
Any help appreciated!