Home > ASP, E-Commerce, Java, Javascript, MS SQL > Dynamic Asp Url Redirects

Dynamic Asp Url Redirects

December 9th, 2009

I have a current website that has both .htm, asp and dynamic asp url’s; changing software to php based application but the new app uses mod_rewrite to produce .html pages. We need to redirect old URL’s to new URL’s. Existing site is hosted on windows IIs server and host will not allow access to ISAPI or htaccess so I need a script to do the redirects or some other means. We do use MySQL databases on old site if that helps. Script must return 301 when header is checked on old pages. Old site will remain up until new site is being crawled by bots. Old site address is http://www.herballuxuries.com; the domain is not changing, just host and software. Need a script/method that works soon. Thanks.


Dynamic Asp Url Redirects

Comments are closed.
Bear