I'm trying to rename the "index.html" from a PHP file (settings.php) with the following line:
rename ("/index.html", "/hidden.html");
And I find myself with the following warning
"Warning, read only file system in /srv/disk10/4521568/www/mydomain/admin/settings.php settings.php on line 28".
The problem is that the file does not change its name.
Could someone help me with this?