View Single Post
Old 04-23-2012, 02:30 PM   #9
jmseight
Zealot
jmseight knows the difference between 'who' and 'whom'jmseight knows the difference between 'who' and 'whom'jmseight knows the difference between 'who' and 'whom'jmseight knows the difference between 'who' and 'whom'jmseight knows the difference between 'who' and 'whom'jmseight knows the difference between 'who' and 'whom'jmseight knows the difference between 'who' and 'whom'jmseight knows the difference between 'who' and 'whom'jmseight knows the difference between 'who' and 'whom'jmseight knows the difference between 'who' and 'whom'jmseight knows the difference between 'who' and 'whom'
 
Posts: 130
Karma: 10000
Join Date: Mar 2012
Device: Kindle 3G, Kindle Touch 3G, iRiver Story HD, Sony Reader
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
jmseight is offline   Reply With Quote