summaryrefslogtreecommitdiff
path: root/metube-disabled.cnf
blob: b7a517ae84eefed8b210977312a148583d979048 (plain)
1
2
3
4
5
6
7
8
9
10
# 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
<Location /metube-help>
   RewriteRule "^.*$" "\1" [L,R=404]
</Location>
bgstack15