Hello, I made a site with tailwindcss and I extracted it as a zip and put it in the httdocs folder from my plesk panel, but it gives 403 error. Could you help?
There is a wide range of possible causes. One frequent cause is a wrong file ownership.
httpdocs must be owned as follows:
Code:
<subscription user name>:psaserv
The files and directories inside httpdocs must be owned as follows:
Code:
<subscription user name>:psacln
Then it is possible that file or directory permissions are insufficient. They ought to be:
httpdocs: 0750
Inside httpdocs: At least 0644 for public files.
There can be several other reasons. I suggest to look into /log to check the error log file contents why a 403 is thrown. It could also be a result of a ModSecurity block against certain URLs.