The Akeeba Backup 403 error is a nuisance error that is being caused by the htaccess code in this Akeeba Backup htaccess file here: /app/backups/.htaccess. The solution is to comment out all of these code lines shown below with # signs in the Akeeba Backup htaccess file: /app/backups/.htaccess. Akeeba Backup will work normally, the Akeeba /backups folder will still be protected and the 403 nuisance errors will no longer occur anymore.
Reference: https://wordpress.org/support/topic/dso-server-setup-steps?replies=12
[403 GET / HEAD Request: August 13, 2015 - 1:49 pm] Event Code: WPADMIN-SBR Solution: http://forum.ait-pro.com/forums/topic/security-log-event-codes/ REMOTE_ADDR: 127.0.0.1 Host Name: Z666P-HP SERVER_PROTOCOL: HTTP/1.1 HTTP_CLIENT_IP: HTTP_FORWARDED: HTTP_X_FORWARDED_FOR: HTTP_X_CLUSTER_CLIENT_IP: REQUEST_METHOD: GET HTTP_REFERER: http://demo5.local/wp-admin/admin.php?page=akeebabackupwp-core%2Fakeebabackupwp.php&view=main REQUEST_URI: /wp-content/plugins/akeebabackupwp-core/app//backups/index.html?_=1439498971140 QUERY_STRING: HTTP_USER_AGENT: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36
Akeeba Backup htaccess file: /app/backups/.htaccess
#<IfModule !mod_authz_core.c> Order deny,allow Deny from all #</IfModule> #<IfModule mod_authz_core.c> # <RequireAll> # Require all denied # </RequireAll> #</IfModule>
- This topic was modified 2 hours, 4 minutes ago by AITpro Admin.
- This topic was modified 2 hours, 2 minutes ago by AITpro Admin.