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;
}
Written by Ilic Davor
Related protips
1 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
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Typo3
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#