From e1a5c8187f803c559eb80830dbb2ba2285684d84 Mon Sep 17 00:00:00 2001 From: Andrew Simard <41052272+500Foods@users.noreply.github.com> Date: Fri, 1 Mar 2024 22:42:58 -0800 Subject: [PATCH] Update .htaccess --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 7b22a18..5fba088 100644 --- a/.htaccess +++ b/.htaccess @@ -36,7 +36,7 @@ RewriteRule ^switchdb\.sh$ - [F,L] RewriteRule ^token\.php$ - [F,L] # Rewrite /rss for routes.php -> bloggability.php -RewriteRule ^rss-([a-zA-Z0-9]+)\.xml$ routes.php?path=rss&weblogid=$1 [QSA,L] +RewriteRule ^rss-([a-zA-Z0-9]+)\.xml$ routes.php?path=rss&weblog=$1 [QSA,L] # Rewrite /api for routes.php -> bloggablity.php RewriteRule ^api/(.*)$ routes.php?path=$1 [QSA,L]