Relative URL issue

后端 未结 3 1354
情深已故
情深已故 2021-01-27 07:18

I will have multiple folders/modules to access common files. But accessing them seems to be big deal for me!

I did gone through this link to understand the relative pos

3条回答
  •  耶瑟儿~
    2021-01-27 08:08

    Your PHP-includes seem to be correct. But in your HTML you need to change the linking to the CSS and JS Files (maybe even to your images).

    You could use absolute paths:

    
    
    

    the leading dot makes your paths relative to the HTML-Document, so if they are linked from a document in a subfolder, they point to a wrong location.

提交回复
热议问题