Route calls to index.php via try_files with nginx

This commit is contained in:
kondou
2014-10-03 11:35:44 +02:00
parent 3bbaf57187
commit 4e59c6c221

View File

@@ -62,7 +62,7 @@ Nginx Configuration
rewrite ^(/core/doc/[^\/]+/)$ $1/index.html;
try_files $uri $uri/ index.php;
try_files $uri $uri/ /index.php;
}
location ~ \.php(?:$|/) {