LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ownership of .htaccess in apache for every user (https://www.linuxquestions.org/questions/linux-newbie-8/ownership-of-htaccess-in-apache-for-every-user-687684/)

RMLinux 12-02-2008 05:27 AM

ownership of .htaccess in apache for every user
 
Hi keen duds,

what should be the ownership and permission of .htaccess in every user/public_html?

foo:foo
755 chmod

what?

thanks

dxangel 12-02-2008 05:51 AM

Code:

chown root:root .htaccess
chmod 600 .htaccess



All times are GMT -5. The time now is 01:52 AM.