[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] Re: .htaccess again



Hello,
I have tried to opened the file etc/httpd/conf/access.conf with Pico, and
altered the line,
'AllowOverride None' to ' 'AllowOverride Authconfig'. However when I try to
exit and save, I get the error message stating something like, that I do not
have the permission to change this file. I have entered this file both from
admin and also from site12. Any advise?
Thanks,
Declan Connolly.

That file is owned by 'root' (or should be). To see the owner, just do 'ls -l' and it lists permissions, etc. To be root type 'su root' and then your root password (maybe same as admin). Then make your changes.

Adam Stubbs