We have an older web-enabled device serving an info.cgi web page to a client device. We would like to have that same client device access a newer device without any changes, which runs lighttpd with php-cgi. The functionality is easily accessible on the new info.php web page in the same format.
A client-side JavaScript redirect does not do the trick.
I tried a symlink, but then the web server suggests to download the page.
I tried a few things in the lighttpd config file, with no luck.
A helpful hint would be greatly appreciated.