Hi everyone !
I updated my blog to the last grav version and php 8.2 (it was running on php7.3 ...) and it now causes the apache server of my provider to issue error 500 because there is too many redirections.
I use the base .htaccess file and when I saw that the problem could come from that (according to the doc) I tried to tweak it by adding RewriteBase / and removing Options -Indexes.
I was able to display a simple info.php page but no page from my grav site.
I don't have much redir in my user/config/site.yaml
title: 'Le Krav-Club'
default_lang: fr
author:
name: 'Vincent FERICELLI'
email: c[email protected]
taxonomies:
- category
- tag
- month
metadata:
description: Vous voulez toutes les chances de votre coté en cas d'agression et progresser en Krav-Maga ? Les articles du Krav-Club sont là pour ça !
summary:
enabled: true
format: short
size: 300
delimiter: '==='
redirects:
/fr/blog/(.*): '/articles/$1[301]'
/en/blog/(.*): '/articles/$1[301]'
/fr/articles/hiit$: '/articles/hiit-tabata[301]'
routes:
/newsletter: /subscribe
blog:
route: ''
Anyone has an idea of what is the problem?
EDIT : rephrase the .htaccess part to avoid misunderstanding