Hi, I am investigating setting up redirects for multiple web domains on a Windows 2003 Server and was first curious if the below requirement are possible, and if so any hints to implimenting this quickly. Thanks in advance.
Three requirements:
1. how to configure specifc rediects for specific pagenames (about 10 pages)
Example:
oldpage1.html needs to redirect to newpage1.html
oldpage2.html needs to redirect to newpage2.html
2. general page not found (404s) redirect to index.html
3. replicate the exact above redirect programming to multiple websites in IIS. I was wondering if there might be a configuration file that can be loaded to each website.