Guest_imported
New member
- Jan 1, 1970
- 0
I have an application that installs a web interface via Microsoft IIS (We're using Windows 2000 and thus IIS 5.0). The web interface has hundreds of html pages that are coded with links such as:
href="/cgi-bin/program.exe"
The leading / of course causes this to be appended immediately after the domain. I need to place this is a subdirectory. I want all links coded as above to go to:
rather than:
If there anyway to change what is used for the top-level directory?? Changing all the links is not an option as some of them are hard coded into the executables.
href="/cgi-bin/program.exe"
The leading / of course causes this to be appended immediately after the domain. I need to place this is a subdirectory. I want all links coded as above to go to:
rather than:
If there anyway to change what is used for the top-level directory?? Changing all the links is not an option as some of them are hard coded into the executables.