• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue upload the site made with tailwindcss to hosting

ebunebus

New Pleskian
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?

Sorry for my bad english.

xSZPOtp.png
 
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.
 
Back
Top