Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Nov 26, 2020. It is now read-only.
This repository was archived by the owner on Nov 26, 2020. It is now read-only.
There was an error while loading. Please reload this page.
In these two examples
https://github.com/nette/examples/blob/master/CD-collection/app/bootstrap.php#L31
https://github.com/nette/examples/blob/master/Modules-Usage/app/bootstrap.php#L32
function
apache_get_modulesis used to detect mod_rewrite, but this is not reliable way, because this works only when PHP is installed as an Apache module. So it doesn't work with fastCGI, FPM or nginx configurations.