Hi,
first of all I need to mention that this is my first experience with OpenWRT and I did my best to find a solution myself but no luck.
I took whiterussian rc5 and added one file blue.html to /www/cgi-bin . This file shows a splash screen and in 0 sec redirects to /www/cgi-bin/blue/test_connection.sh (second added file, readable and executable by all).
I am able to load http://192.168.1.1/blue.html , it shows up perfectly then it redirects to second file. At this stage I have a problem as browser reports - "404 Not Found. The requested URL was not found on this server."
I tried to check for possible errors in readlog but was unable to locate anything related.
I just do not know why it happens and which tools to use to track down the origin of this issue.
Need to mention that if I go to OpenWRT command shell (by ssh) and download test_connection.sh from outer server it works.
Your kind suggestions are quite appreciated.