• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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