For example, I have a hlo.wrld.com subdomain of wrld.com, which is located in /public_html/hlo in cpanel. In hlo directory I have a index.html file which contains:
<link rel="stylesheet" type="text/css" href="../style.css">
<p>Anything, just checking that font is loaded</p>
<img src="../img1">
But this relative paths doesn't work. So how can I access the content of wrld directory using relative paths?