vote up 0 vote down star
1

Hi!

We are thinking of renaming our web directory schema to be more user friendly. However, we need any URL requests for the old directory structure to forward to the new one. so....

How do I forward requests for all of these:

http://mydomain.com/OLDdirname/

http://mydomain.com/OLDdirname/samesubdir/

http://mydomain.com/OLDdirname/samesubdir/samescript.aspx

to each of these respectively:

http://mydomain.com/NEWdirname/

http://mydomain.com/NEWdirname/samesubdir/

http://mydomain.com/NEWdirname/samesubdir/samescript.aspx

Any suggestions and perhaps some general guidance as far as gotchas?

flag

53% accept rate

2 Answers

vote up 4 vote down check

You can use a number of things to do something like this. Basically, you're doing URL Rewriting. One of these products should help you get the job done:

link|flag
vote up 2 vote down

I use IIRF on many of my websites, and it has always worked without failing. You use regular expressions to define the rules, and it takes care of the rest. It would be extremely easy to setup a few redirects using IIRF.

http://cheeso.members.winisp.net/IIRF.aspx

link|flag
1  
IIRF is on codeplex: iirf.codeplex.com – Cheeso Jul 12 at 5:51

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.