Hey on my site there is this folder in the public_html that i can't delete does anyone have any ideas on how to remove this
Hey on my site there is this folder in the public_html that i can't delete does anyone have any ideas on how to remove this
I would make a back up of the whole folder..delete..and restore it..simple plan and might just work...
I program PHP..so if you need help lemme know!
Oh no please Don't delete public_html, that is the place that the portion of your website displayed over http.....
why you want to delete the public_html folder ????
If you find my post useful please add to my reputation by clicking the +Rep button
You may also use the Donate link to donate credits - this is appreciated tooThanks to those whom have donated so far!
I think he want's to delete a folder IN that folder, not the public_html folder itself.Oh no please Don't delete public_html, that is the place that the portion of your website displayed over http.....
why you want to delete the public_html folder ????
Umm.. no sig quite yet
Yea, try FTP or WebDisk. Otherwise try the other version of the file manager, theres two, maybe its in the permissions.
It does sound like he is trying to delete public_html though, which is not possible, because this is where the servers will direct web traffic too.
Nathan H Formerly UnFoundBug
http://www.theadmin.co.uk - Yes i know the colours don't go, I'm working on it.
VPS Admin | x10-commandments
So thats where it went! I thought i was losing my mind.
I agree to Nathan. You cannot delete folders that are set default by the administrators.
I don't think there is anyway to do that and there wouldn't be any reason to do so because that's where you keep all your hosted files, anything in the directory below that a files related to the hosting including your cPanel and cannot be deleted.
Deleting public_html in linux is not possible as you dont have the right because you may not be the super user.
If you want to delete some directory . You will have to use -r option through command line for recursive deletion of all file inside that folder.