.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../Includes.txt .. _administrators_setup_routeenhancer: .. index:: ! Route enhancer single: Real Url single: Route enhancer; EXT:org single: Extensions; Route enhancer single: Organiser; Route enhancer pair: fe_users; Route enhancer Route Enhancer ============== xBlog has a rady-to-use configuration for your route enhancer. Add to your `typo3conf/sites//config.yaml` the following line: .. code:: php imports: - { resource: "EXT:xblog/Configuration/Routes/Default.yaml" } What does ist do? ----------------- The configuration takes care for a human readable URL for * the page browser * the category filter * the fe_users table * the tables of the Organiser (EXT:org) Adaption for your extension --------------------------- If you like to adapt the configuration to your extension please * copy EXT:xblog/Configuration/Routes/Default.yaml to EXT:my_ext/Configuration/Routes/Default.yaml * Adapt yoour file to your needs * Add to your `typo3conf/sites//config.yaml` the following line: .. code:: php imports: - { resource: "EXT:my_ext/Configuration/Routes/Default.yaml" }