Merge in skirogaining.krk-litvinov.cz

There is no need to have skirogaining website both on tojnar.cz and krk-litvinov.cz.
Since all skirogainings have been organized by KRK, let’s merge them into a single tree
and host it on krk-litvinov.cz.

The code is copied from skirogaining.krk-litvinov.cz mostly as is, the only changes
are changing line endings to UNIX and removing redundant load.lib.php and shout.php
in favour of the one in this repo since there were no changes compared to old tojnar.cz.

The redirects from skirogaining.tojnar.cz will need to be set as follows:

    /Skirogaining_2010/(.*) → https://skirogaining.tojnar.cz/2010/$1
    /(.*) → https://skirogaining.tojnar.cz/2012/$1
This commit is contained in:
2022-01-14 03:26:59 +01:00
parent 12b78b034f
commit ef87fd0ae6
589 changed files with 62538 additions and 2 deletions

8
2015/.htaccess Normal file
View File

@@ -0,0 +1,8 @@
RewriteEngine on
RewriteRule sitemap\.txt$ sitemap.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php [L,QSA]
RewriteRule (\.pg|\.pgc[1-9]|\.mn)$ [F]
ErrorDocument 404 index.php?page=error/404&lang=cs
ErrorDocument 403 index.php?page=error/403&lang=cs