bnomei / kirby3-redirects

Setup HTTP Status Code Redirects from within the Kirby Panel

Home Page:https://forum.getkirby.com/t/kirby3-redirects-setup-http-status-code-redirects-form-within-the-panel/23581

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class Redirects not found on some mashines

thomasfahrland opened this issue · comments

On some machines, the class Redirects could not be found because filename of redirects.php begins with small letter. The filename has to begin with a capital letter (PSR Standard).

had to do git config core.ignorecase false. will push asap.