Small update GetSimple Toolkit
Martijn
8 February 2014, 20:47
Hi Hugo.
I've got a update for the GetSimple toolkit.
Could you change:
Match ^(/[A-Za-z0-9\-]+)?/([A-Za-z0-9\-]+)/?$ Rewrite /index.php?id=$2
To:
Match ^(.*)*/([A-Za-z0-9\-]+)/?$ Rewrite /index.php?id=$2
This ways pages like /page1/page2/page3/ (or even more levels) work, instead of max 2 levels.
Hugo Leisink
9 February 2014, 07:56
Thanks. I've updated the HOWTO page.
This topic has been closed.