typo3 Basic typoscript for TYPO3 installation Remove Controller and Action name In URL

30% OFF - 9th Anniversary discount on Entity Framework Extensions until December 15 with code: ZZZANNIVERSARY9

Example

plugin.tx_news {
    settings {
        link {
             skipControllerAndAction = 1
        }
    }
}

[globalVar = GP:tx_news_pi1|news > 0]
    config.defaultGetVars {
        tx_news_pi1 {
                controller=News
                action=detail
        }
    }
[global]


Got any typo3 Question?