• I wanted to delete all files and folder form my server to replace with a new one, but I got error permission is disallowed, get permission. I went to check .htaccess file in log folder and I found someone had edited it to
    ‘Options +Indexes
    RemoveHandler .html
    RemoveType .html
    AddType text/html .html
    Satisfy any
    Order Deny,Allow
    Allow from 212.227.112.228
    Deny from all
    AuthType Basic
    AuthName “Access to /logs”
    AuthUserFile /kunden/homepages/1/d477119185/htpasswd
    Require user u73946213′
    Please help how can I change this to delete files and folders from my server. Thanks

The topic ‘deleting files from my server error’ is closed to new replies.