the datA folder used to be under the same folder of cgi. protect.cgi?file=datA/test.html worked well.
cgi-bin/protect.cgi
cgi-bin/datA/test.html
now datA has to be moved to another folder. the directory looks like:
cgi-bin/protect.cgi
htdocs/datA/test.html
how can i change the URL to call this page?
although if its a protection scheme for specific files, its pretty weak since just typing in URL/data/file.html should bypass the script
That's just a quick take of the matter though.
HTH