Files
libre-liberec-web/.htaccess
2025-04-08 12:06:32 +02:00

16 lines
296 B
ApacheConf

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L]
AddDefaultCharset utf-8
AddCharset utf-8 .html .css .js
DefaultLanguage cs-CZ
ErrorDocument 404 /~michal.prochazka/sp/404.html
Options +Includes
AddType text/html .html
AddOutputFilter INCLUDES .html