hugo-page/static/.htaccess

5 lines
118 B
ApacheConf
Raw Normal View History

RewriteEngine On
2025-02-19 11:16:20 +01:00
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* / [R=302,END]