Almost-minimal filesystem based blog.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.1 KiB

17 years ago
17 years ago
17 years ago
  1. ErrorDocument 400 default
  2. ErrorDocument 404 default
  3. ErrorDocument 403 default
  4. ErrorDocument 500 default
  5. DirectoryIndex display.fcgi display.pl wala.pl index.html index.shtml
  6. Options +FollowSymLinks
  7. RewriteEngine on
  8. RewriteRule ^([0-9]{4}/[0-9]{1,2}/[1-9][0-9]{0,1}/[a-z_]+)/?$ /display.fcgi?$1
  9. RewriteRule ^([0-9]{4}/[0-9]{1,2}/[1-9][0-9]{0,1})/?$ /display.fcgi?$1
  10. RewriteRule ^([0-9]{4}/[0-9]{1,2}/[1-9][0-9]{0,1}/[a-z_]+)/?$ /display.fcgi?$1
  11. RewriteRule ^([0-9]{4}/[0-9]{1,2})/?$ /display.fcgi?$1
  12. RewriteRule ^([0-9]{4}/[0-9]{1,2}/[a-z_]+)/?$ /display.fcgi?$1
  13. RewriteRule ^([0-9]{4}/[a-z_]+)/?$ /display.fcgi?$1
  14. RewriteRule ^([0-9]{4})/?$ /display.fcgi?$1
  15. # all of these plus any sub-entries should be
  16. # redirected to display.fcgi
  17. RewriteRule ^(new|feed|all|meta|music|resume|colophon|hack|winfield|chapbook|portfolio)([a-z_/]+?)/?$ /display.fcgi?$1$2
  18. RewriteRule ^(new|feed|all|meta|music|resume|colophon|hack|winfield|chapbook|portfolio)/?$ /display.fcgi?$1
  19. RewriteRule ^([0-9]{4}|meta|hack|colophon|chapbook|portfolio|winfield)(/.*)/?$ archives/$1$2
  20. RewriteRule ^wiki/([A-Za-z_',/]+)$ /wala/wala.pl?$1