Microsoft
Software
Hardware
Network
Question : windows IIS server - running .html pages - need to 301 redirect each page to different page on same server
wrestling with this godaddy interface for a shared windows IIS server. i want the windows version of an htaccess file so i can redirect my old pages to my new pages:
i.e.
www.mysite.com/oldpage.htm
l
redirects to
www.mysite.com/newpage.htm
l
i need to do this for a number of pages on the site. these are html pages as well - not asp.
any idea how to go about this?
Answer : windows IIS server - running .html pages - need to 301 redirect each page to different page on same server
Yes use this:
http://www.isapirewrite.co
m/
It works great for what you want!
Random Solutions
Export Table and Exclude a field in the export
.Net XML Serialization of complex objects
Bottom border of web page in middle of page
Windows 2003 SBS locks up during full scan of Malwarebytes.
How to graph a fixed line vs individual days data in Excel
Cisco PIX 501 - Remove static NAT
Calculating RGBA given different RGB colours.
Excel VBA no matter what column I'm in, select the cell in row 5
How to compact WSS databases with SQL Express
Should I use a for-loop in JavaScript to assure only one checkbox is selected?