Skip to content

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
500Foods authored Mar 2, 2024
1 parent b5b9e76 commit e1a5c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e1a5c81

Please sign in to comment.