Find the answer to your Linux question:
Results 1 to 2 of 2
okay. I installed an apache service/website.. so i got a website on my Linux PC. BUT. When the website wants to change theme and stuffs. it needs to rewrite files ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Posts
    1

    Question take away ROOT permission to access folders.

    okay.
    I installed an apache service/website..
    so i got a website on my Linux PC.
    BUT.
    When the website wants to change theme and stuffs. it needs to rewrite files
    Code:
    Fatal error: ./../cache/ is NOT writable. in /opt/lampp/htdocs/includes/acm/acm_file.php on line 109
    There you see...
    so i need in somehow create free access to that folder.
    Is it possible?
    and if it is possible HOW?

  2. #2
    Linux User
    Join Date
    Feb 2006
    Posts
    484
    could you post the output of

    ls -l ./../cache

    ?

    Probably you need to change the owner of that directory

    man chmod
    man chown

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •