This is an default starter Wordpress bootstrap to quickly start and setup an Wordpress project.
When you installed this Wordpress there are a couple of things you should do:
- change user password and username (! Very Important !)
username: IAmRootUser password: VmzCgPvjHXNNpQa
Change Chmod settings ( make sure the apache owner is correct on teh first line )
chown www-data:www-data -R * # Let apache be owner
find . -type d -exec chmod 755 {} \; # Change directory permissions rwxr-xr-x
find . -type f -exec chmod 644 {} \; # Change file permissions rw-r--r--
chmod 644 .htaccess
| file / folder | Setting |
|---|---|
| Root / | 0755 |
| .htaccess | 0644 |
| wp-admin/index.php | 0644 |