Skip to main content

How to link html pages beforehand uploadation

Comments

3 comments

  • cPRex Jurassic Moderator
    Hey there! cPanel doesn't provide support for HTML issues, but I think I can help out with this one. In your example, you're using direct links to the file with full paths. Your paths show the entire operating system directory to the file itself: C:\Users\enver\Desktop\practice\index.html
    You would likely want to change this to use a relative path such as this: practice\index.html
    as that path is read relative to the document root of the domain. Can you try that on your local machine and see if that works there?
    0
  • Enveradali
    thank you for your help
    0
  • cPRex Jurassic Moderator
    You're welcome!
    0

Please sign in to leave a comment.