• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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