-
Notifications
You must be signed in to change notification settings - Fork 17
Stijn goes typo hunting #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
6381267
to
b7c8d71
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
@@ -41,7 +41,7 @@ url.rewrite-if-not-file = ( "^/?$" => "$0", | |||
} | |||
``` | |||
|
|||
In this sample configuration, Fork CMS needs to rewrite its urls. This rewrite rule is based on the Apache .htaccess-file and should work with the latest lighttpd 1.4.x without causing a redirect loop. | |||
In this sample configuration, Fork CMS needs to rewrite its urls. This rewrite rule is based on the Apache .htaccess-file and should work with the latest Lighttpd 1.4.x without causing a redirect loop. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: It's 2016. Does anyone still use Lighttpd or Cherokee? It's all apache or nginx in the world of webservers.
Maybe we should keep it simple and remove that part from the docs?
No description provided.