Greetings!
I am using url_segments in a template in order to displays entries in a weblog. I have a number of top-level weblogs. For example:
Information Technology (is)
Academic Affairs (aa)
Government Relations (gr)
Human Resources (hr)
Finance Administration (fa)
...Where the acronym in the parenthesis is the url segment. So, if the URL is http://sitename.com/is, the Information Technology weblog will be used, and so forth.
This works great, with the following exception: the HR and FA url segments will not work, and my default 404 page is displayed. If I rename ‘fa’ to anything else, such as ‘fatr’ (and renaming ‘hr’ as well), then it works fine.
Is there a limit to what words can be used in url_segments, or are there restricted words that will cause an error? If not, do you have any idea what could be causing this…Perhaps a conflict with a weblog or category name?
I am using EE ExpressionEngine 1.6.9 Build: 20100430. I am using the LG TinyMCE Custom Field extension, as well as the MX Title Control extension; I disabled both, which did not affect the problem/solution. Additionally, I deleted the FA weblog, and create a new one with the same name and configuration. This did not fix the problem either.
Any help is appreciated.
Thanks!
UMStratcomm
Update: here is the exp:weblog:entries code that I am using -
{exp:weblog:entries weblog="fa" url_title="fa_index" limit="1"}
{body}
{/exp:weblog:entries}