Question

i need help in this situation , i am embedding a slideshow using wowslider ... its included through the index.php file

 <div class="content">
<?php
include 'includes/aside.php';
include 'includes/widgets/slideshow.html';  
?>
</div>

Link of the broken images

Direct link for the slideshow , works properly

(Note : this is just a test slideshow not the final one . )

Was it helpful?

Solution

try it

$root = realpath($_SERVER["DOCUMENT_ROOT"]);

include "$root/includes/aside.php";

include "$root/includes/widgets/slideshow.html";

***change the links in slider to absolute links.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top