A client is migrating from Sun Apache Webserver to IIS 6.0
Webserver. The files would be migrated over a period of
time.
They want to have both the sites up during migration.And
the users to hit the IIS 6.0 site first. If a file is not
found , the IIS 6.0 should redirect it to the apache
server.
Both the Webserver sites would have identical directory
structure.
Is there a way in IIS 6.0 where we can specify that if a
file is not found in the current webserver redirect to the
old url?
Or is there a special file like apache redirect the pages
using .htaccess file using commands like
"Redirect /olddirectory/oldfile1.html
http://yoursite.com/newdirectory/newfile1.html".
Please let me know.
regards,
Raj