From 5a50f031caf15acbe14fc1b0b337b06f326d8d84 Mon Sep 17 00:00:00 2001 From: Jer Noble Date: Mon, 11 Apr 2022 15:19:01 -0700 Subject: [PATCH] add a .htaccess with a redirect for the old feed location --- sf/.htaccess | 1 + 1 file changed, 1 insertion(+) create mode 100644 sf/.htaccess diff --git a/sf/.htaccess b/sf/.htaccess new file mode 100644 index 0000000..1b1b686 --- /dev/null +++ b/sf/.htaccess @@ -0,0 +1 @@ +Redirect 301 "rjs-sf-pod.xml" "feed.xml" \ No newline at end of file -- 2.40.1