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
Hey guys!
In some deep waters here.
My content tree looks like this:
Content --Website ----Frontpage ------(All the content) --Settings ----(Some settings)
The default webpage is supposed to be "Frontpage" and I handled that with umbracoInternalRedirectId - but I also would like to rewrite the url.
Now the url is looking like this: www.domainname.com/Frontpage/some-content/ Instead I want it to be: www.domainname.com/some-content/
How do I achieve this, if possible?
Did the url-thing with the followring:
<add name="redirect_brands" redirectMode="Permanent" ignoreCase="true" rewriteUrlParameter="IncludeQueryStringForRewrite" virtualUrl="/(.*)$" destinationUrl="/forside/$1" />
Can I somehow change the rootnode to be "Frontpage" instead og "Website"??
Edit: Wow, that content stucture thing in the prev post didn't look too good.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
url rewrite - ignore a folder
Hey guys!
In some deep waters here.
My content tree looks like this:
Content --Website ----Frontpage ------(All the content) --Settings ----(Some settings)
The default webpage is supposed to be "Frontpage" and I handled that with umbracoInternalRedirectId - but I also would like to rewrite the url.
Now the url is looking like this: www.domainname.com/Frontpage/some-content/ Instead I want it to be: www.domainname.com/some-content/
How do I achieve this, if possible?
Did the url-thing with the followring:
Can I somehow change the rootnode to be "Frontpage" instead og "Website"??
Edit: Wow, that content stucture thing in the prev post didn't look too good.
is working on a reply...