I would like to give you a tip when configuring the CMS Wordpress automatically because the configuration of the .htaccess file is insufficient at the security level and allows to enumerate files (see the picture).
!image|530x206
To fix this bug it is east, just need to add the line "Options -Indexes" in the .htaccess file.
Therefore, I advise you to set this line by default when creating a wordpress automatically to avoid data leakage from the wordpress itself.
Thanks a lot