Last Updated: March 23, 2020
·
1.591K
· webfacer

Typo3 7.6.xx - Realurl configuration on nginx

Find your "nginx" configuration file which we will editing. Find in our configuration file the line "location /".
In this line we just add an one-liner to make the SEO urls for Typo3 working.
As an example:

location / {
    ## other configurations ....

    # the configuration line
    try_files $uri $uri/ /index.php?$args;
}

1 Response
Add your response

Manually configuring Typo3 with Nginx is really difficult and time taking. This is why I am using a managed typo3 hosting to save time and efforts. Instead of manually configuring the server, I can spend time on working on the website.

over 1 year ago ·