my_redirects
my_redirects copied to clipboard
TYPO3 Extension: Redirects management
Hi all, thanks for the great extension! When redirecting to a file in TYPO3 8.7.44 I get an error `Recoverable fatal error: Object of class TYPO3\CMS\Core\Resource\File could not be converted...
The problem is in the function getDefaultRootPageId(). This function only returns the _DEFAULT or the $configuration['defaultRootPageId'] but in a multi root multi domain context, it should return $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'][GeneralUtility::getIndpEnv('HTTP_HOST')]. At least...
The composer.json for 4.2.x depends on TYPO3 9, the ext_emconf however on TYPO3 8. I can not install 4.2 on my TYPO3 8 setup this way.
Fix external redirects in multi-page, multi-domain setups with custom pageNotFound handlers. Previously, external redirects for the non-default domain would fail. A configuration of the defaultRootPageId is not always an, as...
If the "From" field contains UTF-8 chars, the redirects from the TYPO3 redirects module will not work: Redirecting `/cn/产品查询` to `t3://page?uid=1` will not work, but redirecting `/cn/%E4%BA%A7%E5%93%81%E6%9F%A5%E8%AF%A2` to `t3://page?uid=1`does work.
I'm using TYPO3 8.7.27 with EXT:my_redirects 4.1.1 When using a link to a EXT:news record the redirect does not work but displays a 404. Message of the "Health" tab is:...
I executed the upgrade wizard after applying DB changes - all redirects stopped working. Also newly created redirects do not work. I don't get any exception, warning or log. Only...
I just noticed that there are 4.x versions of this package available via Composer. However, these versions are not available in the [TER](https://extensions.typo3.org/extension/my_redirects/), is there a reason for this?
Steps to reproduce: * Create a target page in the page tree * Create a translation of that target page * Activate "Hide translation for default language" for the target...
Re-Saving a redirect record with different Domain does not update `tx_myredirects_domain_model_redirect:pid`.