Archives
To speed up the render process of Typo3 of you may try this extension: nc_staticfilecache This extension will cache each rendered page of Typo3 into a static file. When a user tries to access this page the next time the page is delivered directly. Of course the extension takes care of the cache timeout configuration [...]
When you setup your Typo3 installation with realURL you may also want to add a more informative 404 error page. At a first look this doesn’t seems to be a problem. Just open your localconf.php and add these lines at the end of the file. $TYPO3_CONF_VARS["FE"]["pageNotFound_handling"] = 'http://www.example.com/not-found-404.html'; $TYPO3_CONF_VARS["FE"]["pageNotFound_handling_statheader"] = 'HTTP/1.1 404 Not Found'; An [...]
If you are working on an IMAP Server and using Enigmail to crypt and decrypt mail you may encounter a problem with decoded attachments. OpenPGP is not able to decrypt the whole message since the attachment is loaded on demand. If you want to change this just set this settings in you mail client installation: [...]