The message already tells you what the problem is. You are not allowed to access the file /administrator/components/com_akeebabackup/restore.php directly over the web.
In other words, you cannot access https://honeydewimprovements.com/administrator/components/com_akeebabackup/restore.php because your server does not allow you to.
This means one of the following:
- you have set up your .htaccess to disallow access to some URLs (which also disabled access to this file).
- your host has set up your server in such a way as to disallow access to some URLs (which also disabled access to this file).
- the file does not have the correct permissions to be read by PHP — this is unlikely.
Please file a support ticket with your host and ask them why your site's server returns an HTTP 403 trying to access the URL https://honeydewimprovements.com/administrator/components/com_akeebabackup/restore.php. Normally, trying to access that URL as shown, should return an HTTP 200 OK with the following body content:
###{"status":false,"message":"Invalid login"}###
Note: The "invalid login" part is expected. Akeeba Backup's restoration creates a long, temporary password which it sends in the requests to the restore.php file. Seeing the Invalid Login message above when accessing restore.php directly from a web server would mean that the problem you have (your server forbidding access to that file) would be fixed.
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!