> On completion, it is necessary to remove the .htaccess file (not a huge problem, as this can be automated) to access the site.
Or you can tell UNiTE to use a .zip file with a custom .htaccess file which works fine on the restored site.
> The issue is that on accessing the site, we are taken into the ‘Angie’ screen, rather than directly to the restored site.
I am having a double "what the heck" moment here. The two reasons are:
1. Setting "Embedded installer" to "None" (there is no "Off" option so I assume this is what you mean) does not put ANGIE code in the backup archive.
2. Your backup archive does have an "installation" directory since the SQL files are stored in installation/sql. However, UNiTE's clean-up stage removes the installation folder. This means that Joomla! doesn't see that directory and doesn't perform the redirection. And since the folder's gone there's no way it runs ANGIE, considering that the code is not there.
I suspect a code cache. Do you have an installation directory left over in your restored site? If not then you have set up a code cache in PHP. PHP 5.5 and later do come with opcache (formerly: Zend OpCode Cache) enabled by default. If this is the case you need to restart the web server daemon or PHP-FPM upon restoring the site, depending on how your server is set up.
If you do see the installation directory it means that UNiTE didn't have adequate access to remove it. In this case I would guess that you're using UNiTE's FTP mode to let it write the extracted files. Does your FTP user have the privileges to delete, not just create, files and folders?
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!