hugo-page/static/.htaccess

5 lines
135 B
ApacheConf
Raw Normal View History

RewriteEngine On
2025-02-19 11:16:20 +01:00
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
2025-02-19 12:25:03 +01:00
RewriteRule (.*) /404.html?url=$1 [R=302,END]