I was excited to see this new feature, however I do not understand its working, I mean ... I figured for example:
When opening
Text Formatted Code
http: //site_example/page/page1
I would show the content of
Text Formatted Code
http: //site_example/staticpages/index.php?Page=@page1
This happens!, however, does the URL change, I mean in the URL bar I see http: //site_example/staticpages/index.php?Page=@page1 instead of http://site_example/page/page1
What I deduce is a simple redirect, maybe it would be more useful if in addition to the redirect also make the url change. I did this in earlier versions of geeklog through .htaccess.
For example:
Text Formatted Code
http://www.uccs.mx/uccs/acerca-de
Actually it is
Text Formatted Code
http://www.uccs.mx/staticpages/index.php?page=uccs-acerca-de_es
And in my .htaccess I added:
Text Formatted Code
RewriteRule ^uccs/(.+) /staticpages/index.php?page=uccs-$1_es [L]
In summary, I expected that what I did manually through htaccess could do it through url routing, but it does not seem to work that way.
Kind regards
D Web Studio - www.d-webstudio.net