Hey thank you for this framework is great, but still not 100% functional at my end... Do you have any experience with nginx? if so can you recommend me some rewrite rules? I am using right now... location /{ try_files $uri $uri/ @huge; } ``` location @huge { rewrite ^(.*) /index.php?$1 last; } ``` but it doesn't do it thank you again!