Bug reports Found a bug? Post it here please.
Version 4.x > Bug reports > A parent page should also be displayed when it is accessed as a folder View modes: 
User avatar
Member
Member
random0xff - 4/14/2009 7:30:30 AM
   
A parent page should also be displayed when it is accessed as a folder
If you have a page /products.aspx and /products/abc.aspx then from a SEO, usability point of view the url /products/ should also be accessible. Right now I get a 404 which is not user friendly.

User avatar
Kentico Consulting
Kentico Consulting
kentico_mirekr - 4/14/2009 8:43:03 AM
   
RE:A parent page should also be displayed when it is accessed as a folder
Hi,

If you would like to have the extension-less URLs with the slash at the end, for example: http://domain.com/products/

Could you please change the Page properties -> General -> Document URL path to for example: /products/ ?

Thank you.

Best Regards,
Miroslav Remias.

User avatar
Member
Member
random0xff - 4/15/2009 4:51:32 AM
   
RE:A parent page should also be displayed when it is accessed as a folder
I can't change "Document URL" in Properties > General...?

I can change "Document URL path" (is that the same) in Properties > URLs.

If I set that to /Test/ and then go to http://localhost/Test/ I get a 404 (running on the VS development web server).

What I mean is this:

http://localhost/Products.aspx
http://localhost/Products
http://localhost/Products/

All should go to the same page. I think it's not (yet) possible in Kentico CMS.

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 4/15/2009 4:58:32 AM
   
RE:A parent page should also be displayed when it is accessed as a folder
Hi,

You need to configure the IIS and CMS to handle extension less URLs first. Then you can access the page using www.domain.com/test

Using the trailing slash is not supported yet, but I have a description from one customer as a workaround for this and it is needed to test it. I will create a KB article if the test will be OK.

Best Regards,
Juraj Ondrus

User avatar
Member
Member
random0xff - 4/22/2009 2:14:12 AM
   
RE:A parent page should also be displayed when it is accessed as a folder
Ok great, looking forward to the article.

Thanks!