None existing URL loading another page transparently.
I have a page on a live site - urls changed for clarity. e.g. http://www.domain.com/page/ this page works fine and loads it's content correctly with a 200 status code.
Somehow then, we have a url which is 'http://www.domain.com/page/newpage/'. - We are not sure where this url has come from - but this page does NOT exist in the Umbraco node structure, however the URL resolves to the http://www.domain.com/page/ mentioned above and loads the content related to that page transparently WITHOUT changing the url in the browser. So I see the content of http://www.domain.com/page/ but the URL is showing the http://www.domain.com/page/newpage/ and the status code is still 200.
I'm thinking its some kind of issues relating to the umbracoRedirectUrl however I can't pinpoint it at present. Any advice / ideas appreciated.
We do use the 301 URL Tracker. However I tested this by removing the InfoCaster.Umbraco._301UrlTracker.dll for this package which obviously results in all of the URL mappings not working. The problem URL mentioned initially above though continues to redirect as it did before.
You could check the id of the page that is displayed and search for that in the umbraco.config file. If there is a redirect somewhere you should be able to find it in there.
None existing URL loading another page transparently.
I have a page on a live site - urls changed for clarity. e.g. http://www.domain.com/page/ this page works fine and loads it's content correctly with a 200 status code.
Somehow then, we have a url which is 'http://www.domain.com/page/newpage/'. - We are not sure where this url has come from - but this page does NOT exist in the Umbraco node structure, however the URL resolves to the http://www.domain.com/page/ mentioned above and loads the content related to that page transparently WITHOUT changing the url in the browser. So I see the content of http://www.domain.com/page/ but the URL is showing the http://www.domain.com/page/newpage/ and the status code is still 200.
I'm thinking its some kind of issues relating to the umbracoRedirectUrl however I can't pinpoint it at present. Any advice / ideas appreciated.
Thanks.
If you have the 301 URL Tracker perhaps that's causing it.
Jeroen
We do use the 301 URL Tracker. However I tested this by removing the InfoCaster.Umbraco._301UrlTracker.dll for this package which obviously results in all of the URL mappings not working. The problem URL mentioned initially above though continues to redirect as it did before.
You could check the id of the page that is displayed and search for that in the umbraco.config file. If there is a redirect somewhere you should be able to find it in there.
Jeroen
I had the same issue once when using v4.9.1 with Multilingual Website and where i had some changes in the UrlRewriting.config.
//fuji
is working on a reply...