this-month-in-org/assets/.htaccess
2021-04-25 22:32:44 +08:00

5 lines
117 B
ApacheConf

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* 404.html [L]