DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

What does it do?ΒΆ

This is a driver for the file abstraction layer (FAL) to support static domains for CDN.

You can create a file storage which allows you to set a public URL to your fileadmin for example. Therefore, you can use a subdomain (e.g. http://static.example.com) that points to your static resources.

Please note that you have to configure your subdomain manually ( e.g. http://static.example.com pointing to your base path, e.g. /var/www/yourTYPO3Instance/fileadmin/ ). So the files can be found at http://example.com/fileadmin/file.txt and http://static.example.com/file.txt. Add a server configuration (htaccess) to prevent this and to deny access to the file without the subdomain.

Requires TYPO3 CMS 6.2

CDN Config

Example CDN Configuration