Loading...
 
Architecture / Installation

Architecture / Installation


Nginx SEO-friendly URLs?

posts: 1

Is this doable with Tiki-Wiki? I understand this is doable with Wordpress by editing the nginx.conf file and adding the re-write rules to there, but am unsure how to go about doing this in Nginx.

Thanks!

posts: 40 France

This is still being tested, but I have been told the following rule works for recent Tikis (those which have a route.php file):

try_files $uri $uri/ /route.php?q=$uri&$args;