# File: server3:/etc/httpd/conf.d/metube-disabled.cnf # Startdate: 2023-01-23-2 # History: # Usage: # included in public-facing vhost 180, 444 to simply show "not found" instead of a 403 # Reference: # https://stackoverflow.com/questions/1092475/404-error-mod-rewrite-not-working/1092505#1092505 RewriteRule "^.*$" "\1" [L,R=404]