Files
Jan Tojnar 4af70fef6d Fix sitemap
Most importantly, make it work globally.
2022-01-14 05:24:07 +01:00

11 lines
271 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
RewriteEngine on
RewriteRule ^$ /2015-prosinec [R=302,L]
RewriteRule ^/sitemap.php$ [F]
RewriteRule ^sitemap\.txt$ /sitemap.php