Hi all,
I’ve this strange problem with usings segments.
This is what I have:
{if segment_1 == "work" && segment_2 == ""}
(page content here)
{if:elseif segment_1 == "work" && segment_2 != ""}
(page content here)
{/if}The page with the first segment “work” is showing, but as soon as I try to get another segment in, I get a 404. I’m probably missing out on something here, because I had it working (on other sites) before. I also tried hard coding segment_2 in, but no luck.
Additional info:
v2.2.2 - Build: date 20110801
the giving code is on a “page” (from the page module).