Hello Omeka Community,
I have installed the Clean URL plugin for Omeka Classic, and I am looking to modify it so that the URLs for items include both the identifier and the item title. Specifically, I want the URLs to look like this:
http://example.com/items/item12345/my-item-title
Currently, I am not sure how to configure the plugin or modify the necessary files to achieve this URL structure. Could someone guide me on how to adjust the routing configuration and any other necessary files to include the item titles in the URLs?
Here is what I am aiming to accomplish:
- URL Format: I want the URL to contain both the item identifier and the title, formatted as
http://example.com/items/{identifier}/{title}
. - Routing Configuration: Steps to update the routing configuration to accept and process the title as a URL parameter.
- Necessary File Modifications: Any changes required in the plugin’s controller or other files to support the new URL structure.
I appreciate any help or guidance you can provide. Thank you!