feat: page profil public /profil/{slug} avec liste des articles

This commit is contained in:
Cedric Abonnel
2026-05-12 23:49:21 +02:00
parent e1c179b536
commit 654542f13b
7 changed files with 195 additions and 8 deletions
+3
View File
@@ -41,6 +41,9 @@ RewriteRule ^categories/?$ /index.php?action=categories [L,QSA]
RewriteRule ^profile/?$ /index.php?action=profile [L,QSA]
RewriteRule ^search/?$ /index.php?action=search [L,QSA]
# Profil public auteur
RewriteRule ^profil/([a-z0-9][a-z0-9-]*)/?$ /index.php?action=author&slug=$1 [L,QSA]
# Pages statiques
RewriteRule ^about/?$ /index.php?action=about [L,QSA]
RewriteRule ^legal/?$ /index.php?action=legal [L,QSA]