feat: smart 404 redirige vers article le plus proche via moteur de recherche
This commit is contained in:
@@ -59,3 +59,6 @@ RewriteRule ^sitemap\.xml$ /sitemap.php [L]
|
||||
# Ajoute .php si le fichier correspondant existe
|
||||
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI}.php -f
|
||||
RewriteRule ^(.+?)/?$ /$1.php [L,QSA]
|
||||
|
||||
# 404 intelligent : redirige vers l'article le plus proche
|
||||
ErrorDocument 404 /index.php?action=not_found
|
||||
|
||||
Reference in New Issue
Block a user