Page 1 of 1

WordPress folder denied

Posted: Tue Jun 09, 2015 4:59 am
by anjalimay6
Dear all,

I need your help in configuring wordpress in my Debian Webserver

What I did :

I coped WordPress folder in path : /home/admin/web/default.domain/public_html (I have access to public_html folder , as normal user denied at "web" folder.
Image

Now I opened in browser and trying to install WordPress ,getting below error :

Image

Could you please help me to give "safe" permission to folder , so that my WordPress will have write access

Re: WordPress folder denied

Posted: Tue Jun 09, 2015 5:17 am
by anjalimay6
This is my current file/folder permission of wordpress folder . Who is that nobody user ? :)

Image

Re: WordPress folder denied

Posted: Tue Jun 09, 2015 5:53 am
by azreal
change ownership to admin

Code: Select all

chown -R admin:admin /home/admin/web/default.domain/public_html/wordpress

Re: WordPress folder denied

Posted: Tue Jun 09, 2015 6:05 am
by anjalimay6
Awesome , That fixed the issue. Thank you very much mate !