Thijs Hakkenberg schrieb:
Dear list,

I've upgraded an site from 4.2.x to 4.5.2. I did this step by step, between all versions running the update manager.
 From version 4.3.x the backend wouldn't load after logging out.

yu don't have forgotten to add the following to your .htaccess file
#####
# for use with TYPO3 4.4.x backend compressor
<FilesMatch "\.js\.gzip$">
 AddType "text/javascript" .gzip
</FilesMatch>
<FilesMatch "\.css\.gzip$">
  AddType "text/css" .gzip
</FilesMatch>
AddEncoding gzip .gzip


--
Ralf-René Schröder
http://if-20.com  ... YAML templates for TYPO3
______________________________________________
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to