diff options
| -rw-r--r-- | .htaccess | 14 | ||||
| -rw-r--r-- | 404.html | 10 |
2 files changed, 9 insertions, 15 deletions
diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 2cfdf6c..0000000 --- a/.htaccess +++ /dev/null @@ -1,14 +0,0 @@ -ErrorDocument 404 http://lumberjaph.net/404.html -<IfModule mod_rewrite.c> - RewriteEngine On - Redirect 301 /2008/06/14/how-to-use-vim-as-a-personal-wiki/ http://lumberjaph.net/app/2008/06/14/how-to-use-vim-as-a-personal-wiki.html - Redirect 301 /how-to-use-vim-as-a-personal-wiki.html http://lumberjaph.net/app/2008/06/14/how-to-use-vim-as-a-personal-wiki.html - Redirect 301 /blog/index.php/2009/01/18/rtgi-recrute-encore/ http://lumberjaph.net/linkfluence/2009/01/18/rtgi-recrute-encore.html - Redirect 301 /rtgi-recrute--encore-.html http://lumberjaph.net/linkfluence/2009/01/18/rtgi-recrute-encore.html - Redirect 301 /blog/index.php/2009/02/17/tidify-a-json-in-vim/ http://lumberjaph.net/perl/2009/02/17/tidify-a-json-in-vim.html - Redirect 301 /tidify-a-json-in-vim.html http://lumberjaph.net/perl/2009/02/17/tidify-a-json-in-vim.html - Redirect 301 /blog/index.php/2009/03/08/belgian-perl-workshop-09/ http://lumberjaph.net/conference/2009/03/08/belgian-perl-workshop-09.html - Redirect 301 /belgian-perl-workshop-09.html http://lumberjaph.net/conference/2009/03/08/belgian-perl-workshop-09.html - Redirect 301 /blog/index.php/2009/04/05/the-intentioncloud-strike-back/ http://lumberjaph.net/perl/2009/04/05/the-intentioncloud-strike-back.html - Redirect 301 /the-intentioncloud-strike-back.html http://lumberjaph.net/perl/2009/04/05/the-intentioncloud-strike-back.html -</IfModule>
\ No newline at end of file @@ -4,4 +4,12 @@ title: Page Not Found! --- <h1>Page Not Found</h1> -<p>Sorry, I seem to have misplaced that page...</p>
\ No newline at end of file +<p>Sorry, I seem to have misplaced that page...</p> + +(maybe you were looking for github explorer: +<ul> + + <li>"the poster":http://lumberjaph.net/graph/2010/04/02/github-poster.html</li> + <li>"the details":http://lumberjaph.net/graph/2010/03/25/github-explorer.html</li> +</ul> +)
\ No newline at end of file |
