]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
fix link syntax
authorhttp://weakish.myopenid.com/ <weakish@web>
Mon, 19 Jul 2010 04:33:37 +0000 (04:33 +0000)
committerJoey Hess <joey@finch.kitenet.net>
Mon, 19 Jul 2010 04:33:37 +0000 (04:33 +0000)
doc/bugs/404_plugin_and_lighttpd.mdwn

index 76b2cf877ddbd42caeec27b32f516be47a6f29bf..e478d98c32e0d5c615621020213d7d9efde03bbd 100644 (file)
@@ -1,4 +1,4 @@
-Lighttpd apparently sets REDIRECT_STATUS=200 for the server.error-handler-404 page. This breaks the [[404]] plugin which checks this variable for 404 before processing the URI. It also doesn't seem to set REDIRECT_URL.
+Lighttpd apparently sets REDIRECT_STATUS=200 for the server.error-handler-404 page. This breaks the [[plugins/404]] plugin which checks this variable for 404 before processing the URI. It also doesn't seem to set REDIRECT_URL.
 
 I was able to fix my server to check the REQUEST_URI for ikiwiki.cgi and to continue processing if it was not found, passing $ENV{SEVER_NAME} . $ENV{REQUEST_URI} as the first parameter to cgi_page_from_404. However, my perl is terrible and I just made it work rather than figuring out exactly what to do to get it to work on both lighttpd and apache.