Hi Frostschutz,
I tried to just copy the cgi-bin directory into both the USB memory and SD card, and put the html links like below:
<p><a href="/mnt/MOVIFAT/cgi-bin/notes">Notes 1</a></p>
<p><a href="/mnt/SDFAT/cgi-bin/notes">Notes 1a</a></p>
<p><a href="./cgi-bin/notes">Notes 2</a></p>
<p><a href="../../MOVIFAT/cgi-bin/notes">Notes 3</a></p>
But none of them work.
Is it that the cgi-bin MUST be located in /mnt/MOVIEXT2/iriver in order to run?
Is it possible to have in the install file
Code:
ln -s /mnt/MOVIFAT/cgi-bin/notes /mnt/MOVIEXT2/iriver/cgi-bin/notes
so I can put "notes" (or any other cgi) into the USB memory without goign through the updated procedure?
Thanks,
James