klein/klein.php

README.md - "URL rewriting" link doesn't work

Opened this issue · 2 comments

It refers to https://gist.github.com/874000, which doesn't exist. Is it available somewhere else?
As a noob, I need to know all the instructions how to set this up.

While I can't help with the Gist link, I can point you in another direction, at least.

URL rewriting can be found here: Sub-Directory Installation. Look under the "In Server Configuration" section.

From #176 seems like the content of that gist is:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]