this-month-in-org/assets/.htaccess

5 lines
117 B
ApacheConf
Raw Normal View History

2021-04-25 14:06:47 +00:00
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* 404.html [L]