Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm moving an existing site into a new and I created some redirects in order not to lose link juice to the search engines. Problem is just that it does not work, as I think it should :(
The first in the two examples works fine but the next jump to a completely wrong page. What am I doing wrong?
<add name="mereinformation/advokatprofilerne/amaliebaden" virtualUrl="^~/mereinformation/advokatprofilerne/amaliebaden/" destinationUrl="~/hvem-er-vi/advokater/amalie-baden" redirect="Application" redirectMode="Permanent" ignoreCase="true" /> <add name="familieadvokat/laesomadvokaterne/amaliebaden" virtualUrl="^~/familieadvokat/laesomadvokaterne/amaliebaden/" destinationUrl="~/hvem-er-vi/advokater/amalie-baden" redirect="Application" redirectMode="Permanent" ignoreCase="true" />
If you've got other rules one of them might be triggered before you get to the one you want. Try moving the one that doesn't work to the top of the list and see happens.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
urlrewriting.config without .aspx
I'm moving an existing site into a new and I created some redirects in order not to lose link juice to the search engines.
Problem is just that it does not work, as I think it should :(
The first in the two examples works fine but the next jump to a completely wrong page. What am I doing wrong?
If you've got other rules one of them might be triggered before you get to the one you want. Try moving the one that doesn't work to the top of the list and see happens.
is working on a reply...