FrogFind
FrogFind copied to clipboard
Fix for installs not made at root of web server
Hi,
My test install was made on an existing server but not at the root. For instance: https://my.host.name/frogfind/ instead of https://my.frogfind.name/ .
The problem is that all redirection links are hard-coded to go to the root of the system (i.e. to "/read.php" etc.), which then only works if you installed FrogFind at the root, which is not my case.
This fixes that.
Hey.... thanks for this. I had to make the following change to line 85 of read.php to get images to work:
$imgline_html .= " <a href='../image.php?loc=" . $loc . "&i=" . $image_url . "'>[$img_num]</a> ";