Open Yuuseki opened 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.
From #176 seems like the content of that gist is:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]
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.