6 Commits

Author SHA1 Message Date
897aeba927 Move to krk.tojnar.cz subdomain
for now.
2022-01-19 19:05:41 +01:00
e89a44c4f8 Use REQUEST_URI for route matching
This will simplify the .htaccess/nginx config.
2022-01-19 19:05:41 +01:00
697d9d1f9c Use better addressing scheme for old pages
The subsection indexes should be addressed as directories (URLs ending with a slash).
Instead of the non-canonical `section.html` vs `section/section.html`.
(Have not yet updated the links.)

Also:
- Moved the legacy redirects from index.php to .htaccess.
- Made the test runner return 1 on failure and print number of failed tests.
- Improve test failure message on missing expected redirect.
2022-01-19 19:05:40 +01:00
63a183c7f9 Remove google tracking 2022-01-19 19:05:40 +01:00
3cb6156f82 Switch to new URI scheme
We still need to canonize section pages (e.g. krk/mcr_2009/mcr_2009.html vs krk/mcr_2009/)
2022-01-19 19:05:40 +01:00
fc450e4984 Add htaccess for clean URLs
Also rename main files to index.php to avoid the need for custom directory indices.

Attached is a script for testing.
2022-01-19 19:05:40 +01:00