hugo-page/static/.htaccess

6 lines
159 B
ApacheConf
Raw Normal View History

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