summaryrefslogtreecommitdiff
path: root/metube-disabled.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'metube-disabled.cnf')
-rw-r--r--metube-disabled.cnf10
1 files changed, 10 insertions, 0 deletions
diff --git a/metube-disabled.cnf b/metube-disabled.cnf
new file mode 100644
index 0000000..b7a517a
--- /dev/null
+++ b/metube-disabled.cnf
@@ -0,0 +1,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