I followed the instructions to do the following:
* For example, to create a static URI for “index.php?main_page=specials”:
uri: /latest-offers
main_page: specials
by updating the table ceon_uri_mappings, now when i type the URLwww.mysite.com/latest-offers
it takes me to the special page but the URL in the browser change to
www.mysite.com/index.php?main_page=specials
Did i forget something?
Bookmarks