-
Apache + mod_rewrite: Exclude certain paths from basic authentication
Sometimes it's necessary to protect a website or -application with basic authentication, but leave certain urls publicly available. There are many…
-
New crawler for TYPO3 CMS
Many smaller sites still use "indexed_search". This in itself is not a problem. Unfortunately until now, there haven't been a crawler extension, that…
-
TypoScript & Fluid in eID scripts
For implementing the backend for an ajax request I'd like to use an eID script to avoid loading the whole frontend. But I wanted to use Fluid for…
-
Fluid in TYPO3 CMS 8: <f:switch>with default case
In TYPO3 CMS 8 the integrated Fluid was replaced by the separate typo3fluid/fluid package. This brings some interesting changes. Among others, the…
-
Custom upload folder
Many editors use the feature to upload a file/image directly in the record/ content element instead of uploading it via the file list first. By…