htaccess pcfg_openfile: Die htaccess-Datei kann nicht überprüft werden. Stellen Sie sicher, dass sie lesbar ist und '/files/domain.com/public_html/images/' ausführbar ist

Heute habe ich meine Bilder von einem Server auf einen anderen migriert und war mit einem seltsamen Berechtigungsproblem konfrontiert

[Mon Mar 25 08:42:23.676315 2013] [core:crit] [pid 15182] (13)Permission denied: [client 24.14.2.22:48113] AH00529: /files/domain.com/public_html/images/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/files/domain.com/public_html/images/' is executable, referer: http://domain.com.com/file.php

was ich ausprobiert habe:

    chmod -R 777 root_dir
    restorecon -r
    disable selinux
    Chown -R root:root root_dir

Antworten auf die Frage(6)

Ihre Antwort auf die Frage