How can I do for redirecting all sub directories to another one using Simple 301?
Hi everybody,
I'm using Simple 301 as the redirect tool in my Umbraco site, it's realy cool, but I have a question for using it to do a redirection of all contents in one sub-directory to another. For example:
How can I do for redirecting all sub directories to another one using Simple 301?
Hi everybody,
I'm using Simple 301 as the redirect tool in my Umbraco site, it's realy cool, but I have a question for using it to do a redirection of all contents in one sub-directory to another. For example:
Old directory is http://my.domain.com/myOldDirectory/:
There are some stocks here as http://my.domain.com/myOldDirectory/test1 http://my.domain.com/myOldDirectory/test2 http://my.domain.com/myOldDirectory/test3
I want to do a redirect to the new directory as follow: http://my.domain.com/myNewDirectory/:
http://my.domain.com/myNewDirectory/test1 http://my.domain.com/myNewDirectory/test2 http://my.domain.com/myNewDirectory/test3
Is there a solution that I could use to create only one line redirect rule by Simple 301 in Umbraco to realize it?
Thank you very much.
How about a rewrite rule in the web.config?
is working on a reply...