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! I have a page with the following structure:
-mysite.com---/people.aspx---/companies.aspx---/aboutUs.aspx
When you access
mysite.aspx
you get redirected to
mysite.com/people.aspx
which is the start page.
What I would like to do is to keep this redirect but I want the url to be just
(even though it's pointing towards mysite.com/people.aspx). I've been told that this is beneficial for SEO purposes.
However, if you go directly to mysite.com/people.aspx (e.g from /companies.aspx) you should see the full path.
Any ideas of how this could be done?
Using Umbraco 6.1.5 with asp.net 4.0 classic.
Thanks!
Solved it myself:
Found this page http://our.umbraco.org/wiki/reference/umbraco-best-practices/umbracoredirect and did something similar!
I changed "umbracoRedirect" to "umbracoInternalRedirectId" (just like it said you should when working with the top-most node.)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Startpage redirection without changing url
Hey guys! I have a page with the following structure:
When you access
you get redirected to
which is the start page.
What I would like to do is to keep this redirect but I want the url to be just
(even though it's pointing towards mysite.com/people.aspx). I've been told that this is beneficial for SEO purposes.
However, if you go directly to mysite.com/people.aspx (e.g from /companies.aspx) you should see the full path.
Any ideas of how this could be done?
Using Umbraco 6.1.5 with asp.net 4.0 classic.
Thanks!
Solved it myself:
Found this page http://our.umbraco.org/wiki/reference/umbraco-best-practices/umbracoredirect and did something similar!
I changed "umbracoRedirect" to "umbracoInternalRedirectId" (just like it said you should when working with the top-most node.)
is working on a reply...