diff --git a/conf/nginx.conf b/conf/nginx.conf index d34ecb9..f3f0851 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,8 @@ # I'm unable to get it to work in a subdir; disable for now #rewrite ^/__PATH__$ /__PATH__/ permanent; +# try redirecting stuff to index.php +rewrite ^(.*)$ /index.php$1 last; + location / { #alias /var/www/__APP__/public/;