无法从Cpanel中的不同目录加载图像

时间:2016-11-21 06:35:42

标签: php cpanel

此问题可能与权限有关,但我不知道如何解决此问题

我的结构是这样的:

  public_html/
   ➥ foto_produk/ (this where I store the images)
      alpha/ (this where my subdomain files are)
       ➥ thing.php

现在加载图片的html

  <?php
   echo"<img src='../foto_produk/image.jpg'/>";
   ?>

图像已在localhost中成功加载,但未在cpanel托管中加载。 当我尝试更改foto_produk文件夹的权限时,它已经被用户组和世界读取,或者我是否需要检查所有选项?

enter image description here

当我尝试检查控制台时,URL指向子域目录  subdomains/foto_produk/images file代替主域名

enter image description here

1 个答案:

答案 0 :(得分:0)

不记得我得到了这个。

只需要在/ foto_produk

之前编写主域名网址

echo"<img src='maindomain.com/foto_produk/image.jpg'/>";

我不认为这是最好的解决方案....如果还有其他解决方案比这更好请分享答案