From 5e7b2b1978cbe8163ff484964da2941a0aeaa8b6 Mon Sep 17 00:00:00 2001 From: Charles Severance Date: Sun, 17 May 2015 11:32:52 -0400 Subject: [PATCH] Make audio work again. --- podcasts/.htaccess | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 podcasts/.htaccess diff --git a/podcasts/.htaccess b/podcasts/.htaccess new file mode 100644 index 000000000..6f1ca6684 --- /dev/null +++ b/podcasts/.htaccess @@ -0,0 +1,8 @@ +RewriteEngine on + +RewriteBase /podcasts/ + +# Blammo! +RewriteRule ^(.+)$ index.php [L] + +