URL Structure in Mura CMS

As of version 5.4, Mura has added support for clean, SES URLs for the filtering of content by Category, Date, Tag, & the passing of custom parameters.

All of these can be passed into the URL following the "index.cfm" portion of the URL string.

Category

Filtering by categories in Mura follows the following convention, mirroring the hierarchy of categories set in Mura's Category Manager.

index.cfm/category/global/north-america/mexico/

Date

To filter by date, Mura will look for up to 3 directories following the word "date" in the order year, month, day. You can limit the date filter by each parameter by including only the value you need, i.e. filtering by year and month would only include the first two directory values (index.cfm/11/02/).

index.cfm/11/02/13/

Tag

To filter content by tag, Mura uses the following convention: the word "tag" followed by an actual tag. For example:

index.cfm/tag/tagname/

Custom Parameters

You can use custom parameters for anything you need to, whether it's a custom application integrated with a Mura site or a Mura Plugin or anything else where it might be wanted.

Mura uses the following convention: the word "params" or "_" followed by key/value pairs. For example:

index.cfm/params/format/plain/size/large/
index.cfm/_/format/plain/size/large/