Direct Access to this location is not allowed..
Error
Direct Access to this location is not allowed.
Or:
Warning! - Failed to move file
Cause
The cause of this could be attributed to multiple sources. One possibility is that Joomla! does not have writable access to key directories. Another possibility is that the Joomla! has been been installed with incorrect ownership rights.Solution
1.) The first thing you should do is login to your File Transfer Protocol Client (FTP), and check the following directories are set to writable (777).
/joomlaroot/templates
/joomlaroot/tmp
2.) If you are still having problems then the problem is probably an ownership issue. You will need to go to the apache user groups and chown Joomla!'s user group to have ownership of the website directories.
You can do this by running this command in apache:
sudo chown -R www-data:www-data joomlaid - *Where 'joomlaid' is the Joomla! root directory*







