Frage, wenn ich in einer Controller Action nen redirct/forward auf den Listing Controller mach, was muss ich tun damit im Browser dann die Seo url der Kategorie und nicht die technische Url steht?
$this->redirect(
[
'controller' => 'listing',
'action' => 'index',
'sCategory' => (int)$category['categoryID'],
], [
'code' => 301
]
);
für zu /listing/index/sCategory/38… statt des eintrags im seo router