We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Requests like ?offset=50&... would be rewritten to index.php??offset=50&..., rendering the loading of further elements and logging out impossible. ($_GET would look like array("?offset"=>50,...))
Fixed the commented line in alternative setup. In fact, it is actually how it is proposed by F3 to do things with lighttpd. Both should work.
The line commented in the alternative setup fails in lighthttp:
Added probably a better rewrite configuration
Added description of enabling the automatic compression
Fixing the logout issue -- the old set was not redirecting the /selfoss/?logout=1 reqest
Updated Lighttpd configuration (mediawiki)
layout for code part
Add rules to redirect "query string" and have "add source" working
Explanation of rules
Created Lighttpd configuration (mediawiki)