PDA

View Full Version : Is there anything similar to htaccess redirects for asp servers?


sumeru
11-30-2010, 05:17 PM
Hi,
I was wondering if there is anything out there which can work in the same way as a htaccess file?

I have around 400-500 pages which i want to redirect. I have heard that the only other way is to have a 301 redirect tag on each page's source.

Sumeru

Old Pedant
11-30-2010, 07:27 PM
There are IIS plugins that can do this. And I have heard that IIS 7 has a similar capability.

But one easy way is to use a 404 error detector page, written in ASP code. It can inspect the incoming URL and redirect as needed, all on one page, for hundreds of target pages.

sumeru
12-02-2010, 08:15 AM
Hey,thanks for your reply. I searched a bit but couldnt find any plugins. Found a couple only for cms.

Old Pedant
12-02-2010, 08:29 PM
Google for "isapi rewrite". Tons of hits. None of them free, so far as I know. But there might be one.

sumeru
12-04-2010, 03:14 PM
Thanks...will check it out