|
|
I cannot delete the /admin/install folder
Author: Antony Corsten Reference Number: AA-00284 Views: 9397 Last Updated: 04/28/2010 01:29 PM |
0 Rating/ Voters
|
    |
It happens sometimes because there is an .htaccess file in
/admin/install/data/rewrite_check/ folder and it may be invisible by ftp.
You can go to that folder by FTP and run following command:
After that you can delete the install folder.
Another way to resolve this is to change filter parameter in FTP connection properties, so you would be able to see hidden files (e.g. .htaccess files) and delete them. You should set the following filter:
In CuteFTP you can do that with the following steps: - Open properties for the FTP connection.
- Click on the "Actions" tab.
- Click on the "Filter..." button.
- Set the "Enable server side filtering (server applies filters)" checkbox.
- Input "-aL" into the "Remote filter" field.
- Click OK in both windows.
After this you will be able to see all hidden files and delete them.
|
|
|