Sometimes it may be essential to change the BASE URL and Usually when you want to make a similar copy of the site on another server.
Today I am going to explain how to change the base path or domain URL when you move Typo3 site from local to live server or from one to another server.TYPO3 provides us with the several mechanism to do it and I am going to show a small trick to change the base path into the Typo3 from admin or from a file.
There are 2 – 3 simple steps for this.Let’s have a look into it
Step 1:
First of all, Login into your Typo3 backend and Go to your template and then select Home and Typoscript Object Browser from the dropdown which looks like below screen.
Step 2:
Next, Click on to the baseURL and you will get below screen where you need to change your baseURL and update it.
Step 3:
Now, Go to the List and select Home then edit template file see in below screen where place below code into the file or change existing code
1 2 3 4 5 6 | config.baseURL =http://localhost/ [globalString = _SERVER|HTTPS = on] config.baseURL = https://localhost/ [global] |
Have fun!! and if you like this post, don’t Forget to Follow us on Twitter or Subscribe us to Get the Latest Updates.