Project

General

Profile

Bug #89327

Updated by Guido Schmechel over 4 years ago

*Scenario:* 
 I change a slug in the page properties. Example: "test1" (source) to "test2" (target). The redirect has been added. 

 *Problem:* 
 If i call "https://example.com/test1" i got this message "The page did not exist or was inaccessible. Reason: The requested page does not exist" The target has been added as value "/test2" and not as "t3://page?uid=3" 

 *Error message in target field* 
 "not implemented type unknown" 

 *Possible solution* 
 Maybe its a better way to use the page id? 
 Code: https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/redirects/Classes/Service/SlugService.php#L155

Back