Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Chapter 1 : Making File writable from Wordpress Editor (Admin)
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10. ======================= 1. Writabe ================================================
  11.  
  12. Change the directory & files permission of particular theme
  13.  
  14. /blog/wp-contents/themes/THEME_NAME
  15.  
  16. i.e theme has to be set to Apache user i.e daemon and bitnami is the owner
  17.  
  18. Go to path of theme and run the command
  19.  
  20. Cmd: sudo chown -R bitnami:daemon twentyseventeen
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement