Refactor
This commit is contained in:
parent
7c1e5861fe
commit
d50bdf5f60
1 changed files with 1 additions and 4 deletions
|
@ -4,10 +4,7 @@
|
|||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
|
||||
# Wish
|
||||
RewriteRule ^([a-z\-]+)/(\d+)$ /?page=$1&id=$2 [QSA,L]
|
||||
|
||||
# Wishlists
|
||||
# Wishlists / Wish
|
||||
RewriteRule ^([a-z\-]+)/(\d+)$ /?page=$1&id=$2 [QSA,L]
|
||||
|
||||
# Wishlist
|
||||
|
|
Loading…
Reference in a new issue