removed query parameters from blog urls
This commit is contained in:
parent
79b2c582d1
commit
1efa7e3b39
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user