Hello,
I am new to Nette and I can't figure out how to setup the rewrite rules on my nginx server to get working cool URLs. I get all the time 500 Internal Server Error Can anybody help me with the settings, pleas?
Thanks in advance, pixx
May help: http://filip-prochazka.com/…ny-s-nginxem
try_files $uri $uri/ /index.php?$args;
https://gist.github.com/1211815#… :-)
Thanks to both (:
I don't mean Abstract Factory or Factory Method from GoF). It's a widely used pattern (especially in Java).