My Problem
how can i change my defult site in umbraco?
My goal.
allways open index as my defult site.
In umbraco backend - right click on the Content node to sort the nodes and make "index" node the first one and that should do it.
Related
First: i am kind of a beginner in web administration. Please be patient ;)
I got a cloned VM from a server with a typo3 website on. i want to make it a test server to test updates and stuff before trying it on the real site.
I want the typo3 website to use staging.mywebsite.com instead of its normal url, but i am not sure where i need to change stuff in order for typo3 to work correctly.
what i did so far:
renamed the folder under /var/www/old.mywebsite.com to staging.mywebsite.com
change entries in /etc/hosts
But i am quite sure i need to change some config files too. Typo3 Version is 9.5
I found this:
TYPO3 How to change the name of a TYPO3 website
But i think thats not what i need?
Thank you in advance.
The URL for the website is defined in the site configuration, see here.
You should modify the entry point as shown in the second image of the documentation (2) or just use the slash "/".
In your example you should use "https://staging.mywebsite.com/". Please keep in mind not forget the slash "/" after the domain.
I am working with the extension news on TYPO3 9.5. I have a project with few microsites and I want to use the news there. In the microsite homesite news(list) works but when I click the link which points to a detailed view of news, this leads to 404 and it does not work.
Detailed view does not work on Microsite.
I tried configuring Starting Point without success. Do i have to configure categories?
Any idea where I can also check?
The Solution was to change TCA to "unique" (TYPO3 Core Routing) due to URL resolving.
More can you find here:
https://forge.typo3.org/issues/91397#note-12
I am new to typo3, i am trying to create a new backend layout for my home page.I need add few custom sections to edit contents.I am not able to find option to do so.
TYPO3 7.2 is out of support and has know security issues. Please update to 7.3 at least.
You can create backend layout records in any folder in the page tree. To select those backend layouts, you have to add this folder as the general record storage in the page properties of the page where you want to use your backend layout.
I suggest you take a look into the Getting started tutorial which will walk you through your first steps.
http://docs.typo3.org/typo3cms/GettingStartedTutorial/
In case you use a distribution, it might be that the backend layout is added in another way, e.g. via TSconfig or directly using PHP. Please consult the according documentation of the distribution in this case.
Figured out myself.
Go to List in Web, then click on add new + icon, then select Backend Layout under System Records.
I can't create a shortcut link to another page width an anchor to a content element in TYPO3 6.2.
In TYPO3 4.5 we can add a shortcut page in the page tree to another page and a content element (on this page). In the menu this look like "www.site.com.ua/yourpage/#c_255" for example. In TYPO3 6.2, I can only find "Shortcut to page", but no content element to chose from. Do I need to activate this function in BE?
As far as I know it is not possible at the moment. But there is an open issue in the TYPO3 tracker. It has been created 2 years ago, but the target version for the fix is set to version 7.5. So maybe this feature will be added somewhen.
In TYPO3 Neos, how can I build a menu containing the list of sites available? If I use entryLevel = 0, I get the list of pages under the current site.
not with the normal "Menu" so much I can say. It was intended to be used inside a site. I have no obvious solution for you right now, but will check back. You probably could create a little plugin fetching the site and domain records from their repositories and creating a menu from that.