Please disregard the 'View article...' shown at the bottom of many posts as this is the result of restoring old forum posts from a backup.

SEF Urls on nginx

To get SEF urls to work on nginx (verified running nginx 1.1.19 on ubuntu 12.04)...In the virtual hosts file for nginx the location block looks like this.

location / { 
                try_files $uri $uri/ /index.php?$args;
        }

Comments

Sign In or Register to comment.