RE: wordpress problem
02-02-2018, 01:49 AM
(This post was last modified: 02-02-2018, 01:51 AM by mohamadcom.)
Thanks for helping,
I solve it by this command
1- change owner for all files,folders,sub-folders
chown -R apache:apache "path"
2- change files ,sub files , folders and sub folder permissions
files to 644 , folders to 755
chmod -R u+rwX,go+rX,go-w "path"
by the way, can you told me the name of the theme you are using on your website, it's very beautiful
I solve it by this command
1- change owner for all files,folders,sub-folders
chown -R apache:apache "path"
2- change files ,sub files , folders and sub folder permissions
files to 644 , folders to 755
chmod -R u+rwX,go+rX,go-w "path"
(02-01-2018, 03:52 PM)ismailfazal Wrote: Hi, try executing this command from shell , chmod -r www-data:www-data /(your installation directory), basically its giving the recursive directory permission to apache for the mentioned directory. Well if you are setting the specifically for domain you can see under menu admin>module admin>apache config. You can also see the attached screenshot.
by the way, can you told me the name of the theme you are using on your website, it's very beautiful