klein / klein.php

A fast & flexible router
MIT License
2.66k stars 290 forks source link

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

Open Yuuseki opened 9 years ago

Yuuseki commented 9 years ago

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.

nbish11 commented 9 years ago

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.

kenrick95 commented 8 years ago

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

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