-
-
Notifications
You must be signed in to change notification settings - Fork 213
Checkbox to mark page as index #8615
Comments
|
You mean the Alias, right? If that is like index, you get an infinite circle, as the index calls Mainmenu, and Mainmenu calls Home again. |
My mistake - I can confirm the redirect-circle for the demo (which is contao 4) and 3.5. |
@asaage Technically you can set the alias to Now in the described scenario, Contao would display While it is possible to set the alias to In my opinion such a feature request does indeed make sense, because sometimes the site structure is categorized in some manner and you might want to have the start page somewhere within your site structure. Instead of having a checkbox, Contao could also simply always display the page that has the alias |
Thank you for clarification @fritzmg . |
Well not exactly. Since Contao |
That would at least be my favorite behaviour and could be a feature for contao 4. https://github.com/contao/core/blob/master/system/modules/core/classes/Frontend.php#L348-L364 |
If a solution with writing index into the alias would be used, then an directly readable instruction pointing to this would be nice. A basic feature like this should not need googling. |
Hi,
if there is a page structure like
+Deutsch
-+Mainmenu (Forwading to Home)
--+Home
and I want Home callable through domain.de and not something like domain.de/home.html it only seems possible with a trick like:
+Deutsch
-+Index
-+Mainmenu
--+Home (Forwading to index)
How about a checkbox in the page "Make this the index"?
The text was updated successfully, but these errors were encountered: