Index: typo3/sysext/install/updates/class.tx_coreupdates_compressionlevel.php =================================================================== --- typo3/sysext/install/updates/class.tx_coreupdates_compressionlevel.php (revision 10649) +++ typo3/sysext/install/updates/class.tx_coreupdates_compressionlevel.php (working copy) @@ -42,7 +42,7 @@ public function checkForUpdate(&$description) { $description = '

TYPO3_CONF_VARS[BE][compressionLevel] is enabled.
In TYPO3 4.4, compressionLevel was expanded to include automatic gzip compression of JavaScript and CSS stylessheet files. - To prevent the TYPO3 backend from being unusable, you must include the relevant lines from misc/advanced.htaccess.

'; + To prevent the TYPO3 backend from being unusable, you must include the relevant lines from _.htaccess.

'; if (intval($GLOBALS['TYPO3_CONF_VARS']['BE']['compressionLevel']) > 0) { return TRUE; } @@ -56,7 +56,7 @@ * @return string HTML output */ public function getUserInput($inputPrefix) { - $content = '

This configuration cannot be fixed automatically and requires a manual update. Please include the following lines from misc/advanced.htaccess on top of your .htacess file. + $content = '

This configuration cannot be fixed automatically and requires a manual update. Please include the following lines from _.htaccess on top of your .htacess file.

 <FilesMatch "\.js\.gzip$">