Hi, guys. I’m trying to include a folder that is essentially an apache listing of files. However, in doing this, the files have the wrong links associated with them. For example, if my php script is called at
and I include the contents of http://duke3d.org/miclus
I will see the apache file listing like normal, but all links are offset wrong like
http://duke3d.org/mypicture.jpg
instead of
http://duke3d.org/miclus/mypicture.jpg
Any way to fix this?