Add redirect for index.xml

main
Jack Baty 2023-10-10 17:02:45 -04:00
parent 191ba363fd
commit dcd49eccca
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ RewriteRule ^site/(.*) index.php [L]
# block direct access to Kirby and the Panel sources
RewriteRule ^kirby/(.*) index.php [L]
RewriteRule ^index.xml /feed [L,R=301]
# make site links work
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d