After downloading Drupal 6.22, extracting and uploading via FTP I ran install.php.
But that didn’t turned out as expected:
Solved by deleting the .htaccess file, or better comment following lines in .htaccess, because removing .htaccess breaks the Drupal Clean URLs feature (and others!):
Options Indexes
Options +FollowSymLinks
