TYPO3 v4.4 (4.4.11)
This version is not supported anymore.
The TYPO3 CMS community supported from 2010-06-22 until 2011-02-02. Please consider updating to a newer version.
Download
wget --content-disposition https://get.typo3.org/4.4.11Using cURL (e.g., when wget fails with SSL error)
curl -L -o typo3_src.tgz https://get.typo3.org/4.4.11
In case you are encountering SSL warnings (host name mismatch), please make sure that you are using a client that supports Server Name Indication (SNI). This especially affects old versions of wget (before version 1.14).
git clone https://github.com/typo3/typo3
System Requirements
For more information as well as installation instructions see the Installation guide.
Operating System | Linux, Windows or Mac |
---|---|
Webserver | Apache httpd, Nginx, Microsoft IIS |
Package Signatures - Verifying integrity of releases
TYPO3 Release Packages (the downloadable tarballs and zip files) as well as Git tags are signed using PGP signatures since TYPO3 v7 during the automated release process. Besides that, SHA1 and SHA2-256 hashes are being generated for these files. Find more details on verifying signatures and hashes in the infrastructure guide.