Fix blog post not loading

This commit is contained in:
grandeljay 2022-06-10 09:19:35 +02:00
parent 6e3a19df74
commit ab414a375f

View file

@ -17,7 +17,7 @@
RewriteRule ^(wishlist)/([0-9a-f]{40})$ /?page=$1&hash=$2 [QSA,L]
# Blog Post
RewriteRule ^(blog)/([a-z\-0-9]+)$ /?page=$1&slug=$2 [QSA,L]
RewriteRule ^blog/([a-z\-0-9]+)$ /?page=post&slug=$1 [QSA,L]
</IfModule>
##-- When caching of gzipped JS and CSS files is used, enable this setting