• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Can't delete folder & files permission issue

mmee111

New Pleskian
Hello everyone,

1. I install wordpress but due to some wp-admin problem i want to remove all files,
but some folder not deleting i tried so many times.

How to completely clean httpdocs?

2. All file permissions are xxx, I am not sure but website admin panel is not working, i thought because of file permissions..

Is there any ways to change all file permissions to 755?


Thank you.
 
Yes you can if you have SHELL access to your server ... Do you?
Otherwise you just run:

Code:
chown -R 755 /var/www/vhosts/domain.com/httpdocs/*
 
How can I access shell server ?
Please guide a little bit more...


Yes you can if you have SHELL access to your server ... Do you?
Otherwise you just run:

Code:
chown -R 755 /var/www/vhosts/domain.com/httpdocs/*
 
No I don't tried using p.f.m.
I was trying via ftp but that's taking hours.. old site have 1k+ of files as well as new site also.. so I stopped!

Every new folder i create permission set to xxx, what is it ?
Can i set to default to 755? as other hosting?

Had you already tried using the Plesk file manager?
 
Back
Top