removed query parameters from blog urls

This commit is contained in:
Ludwig Lehnert 2025-04-21 17:04:03 +00:00
parent 79b2c582d1
commit 1efa7e3b39

View File

@ -3,7 +3,7 @@ RewriteEngine On
# -------------------------------------------
# Rewrite /blog/<ID> to /blog.php?id=<ID>
# -------------------------------------------
RewriteRule ^blog/([^/]+)/?$ /blog.php?id=$1 [L,QSA]
RewriteRule ^blog/([^/]+)/?$ /blog.php?id=$1 [L]
# -------------------------------------------
# Rewrite /sitemap.xml to /blog.php?id=<ID>