Forums
(@donjoe)
12 years, 3 months ago
It’s been a while, but check this out:
location / { index index.html index.htm index.php; try_files $uri $uri/ /index.php?$args; }
I think my problem was solved by adding the try_files directive.