403 error after Chown
-
I installed WP Super Cache and it made some of its folders have owner 99. So I could not delete of edit the folders and files. Why make a plugin that cannot be deleted!?!?
So I searched for people with the same problem and I was advised to login as root, located the folder and use the following command
chown -R user:group ./
where user is my FTP username and group is the group it belongs to. Now I could finally delete WP Super Cache. BUT not people cannot access my website and get
Forbidden You don't have permission to access / on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.How can I undo chown or make my site accessible?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘403 error after Chown’ is closed to new replies.