Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 239 Bytes

File metadata and controls

17 lines (11 loc) · 239 Bytes

wordpress_template

A template for wordpress websites

file/folder permission

Files

find path/to/wordpress -type f -exec chmod 644 {} \;

Directories

find path/to/wordpress -type d -exec chmod 755 {} \;