Quote Originally Posted by pexter View Post
URI= /specials
Language_id= 1
current_uri= 1
main_page= specials (it used to say "page" but I changed it just now to specials, the others still says page)
query_string_parameters= NULL
associated_db_id= 17
alternate_uri= NULL
redirection_type_code= NULL
date_added= (the date it was added)

Check the specials link again, it now points somewhere but the link addresses hasen't changed on the website, shouldn't the links automatically change to /specials /new-products etc...?

/Peter
From the readme
  • Use software such as PHPMyAdmin to add a new record to the ceon_uri_mapping table.
  • The URI mapping to be mapped from should be entered in the uri field. (Remember to begin the URI with a slash ‘/’).
  • The number representing the language ID this URI mapping applies for should be entered in the language_id field.
  • The current_uri field should be set to “1” to make this the “current” URI.
  • The Zen Cart page to be mapped to should be entered in the main_page field.
  • The date/time this URI mapping was added should be set in the date_added field (or just use the “NOW()” SQL function).
  • The query_string_parameters, associated_db_id and alternate_uri fields are not used, they must be left as “NULL”. The redirection_type_code is not used either so it doesn't matter what value it has (it can just be left at the default value of 301).
I don't know where/how you determined a value for or WHY you have an associated_db_id for the specials page, but my guess is THAT is the issue. Take that out.. what happens???

and if you haven't done so remove those EZ-Page redirects you created.