« Regular Expressions in DreamweaverGet the Most from Search Engines »
Delete extra wordpress files Post-Install
November 20th, 2006
Files that can be deleted after installing wordpress
It is safe to delete the following: * license.txt * Readme.html * the import*.php files You can look for these kinds of files if you have a shell account using the following command.
$ tree -flai |grep -E readme?\|licens?\|install?\|setup?\|upgrade?\|sample?\|import? 