Skip to content

andrewstaffell/4042302-site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

404 → 302

A simple gesture for an evergreen Web.

# nginx
location / {
error_page 404 =302 https://2017.4042302.org$request_uri;
try_files $uri $uri/ =404;
}

What if links never died? What if we never broke the Web? What if it didn’t involve any extra work?

It’s possible. And easy.

Just make your 404s into 302s.

Interested? Great! Learn more:

Get involved and help out.


Canonical Git Remote: https://source.ind.ie/indienet/4042302/site

Releases

No releases published

Packages

No packages published

Languages

  • HTML 81.0%
  • CSS 19.0%