skip to Main Content

I uploaded a ready-made website template using filezilla. I encountered an error in the header when I entered the site. What should I do?
i use windows hosting and plesk panel

2

Answers


  1. Maybe you had probably uploaded template with a root connection, these permision doesn’t authorize web client to see files owned by root.

    You may use dedicated FTP client for uploading files or checking files/directory owners.

    Fixing it on Linux servers by SSH root command:
    chown -R edipcan:psaserv /var/www/vhosts/yourdomainname.com/httpdocs/*

    Solvig this for Windows : you can use Plesk File Manager
    https://support.plesk.com/hc/en-us/articles/213407189-How-to-manage-file-directory-permissions-via-Plesk-File-Manager

    Login or Signup to reply.
  2. Another problem may arise that I have been faced and solved with the following.

    (1) if your domain "https://…" https showing ‘not secured’ or ‘certificate is not valid’ then the browsers wouldn’t let you access website resources like: files, images links.

    (2) You can run website by clicking browsers safe options but can’t access resources unless you valid certified your "https://…" protocol.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search