Fix blog post not loading
This commit is contained in:
parent
6e3a19df74
commit
ab414a375f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
RewriteRule ^(wishlist)/([0-9a-f]{40})$ /?page=$1&hash=$2 [QSA,L]
|
RewriteRule ^(wishlist)/([0-9a-f]{40})$ /?page=$1&hash=$2 [QSA,L]
|
||||||
|
|
||||||
# Blog Post
|
# 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>
|
</IfModule>
|
||||||
|
|
||||||
##-- When caching of gzipped JS and CSS files is used, enable this setting
|
##-- When caching of gzipped JS and CSS files is used, enable this setting
|
||||||
|
|
Loading…
Reference in a new issue