Skip to content

[FEATURE] Detect htaccess conflicts in pageNotFoundHandling

Kevin Ditscheid requested to merge feature_detectHtaccessConflict into master

If the page for PageNotFoundHandling is having htaccess protection, there will be a runtime error, if TYPO3 tries to access it. We want to make this error a little clearer in the output message, so the developer knows where to search.

Merge request reports