Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
Burnin Carbon
I have gone through the site and redid all the mappings but it doesn't seem to do it. Could you please help.
I don't what "it" is. You should describe your problems better in future!
Please get in contact at this address with FTP and admin details for your site and a description of the problem you are having and I'l take a quick look to see if I can see what's wrong.
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
conor
just testing this on a local host running wamp php 5.2.8 apache 2.2.11 zen cart is 1.3.7 - the back end seems to do its bit but when I click on a product or category which has had its URL updated although the URL changes the page is the front home page of the site.
I have gone through everything again carefully to make sure all files are copied but cannot see the error. Any pointers
Let me know what other infor you need
Re: Ceon URI Mapping (SEO)
Hi Mikey,
Quote:
Originally Posted by
MikeyG
I have gone through everything again carefully to make sure all files are copied but cannot see the error. Any pointers
Let me know what other infor you need
The home page shows when a 404 should be displayed but the Zen Cart setting for 404 is set to display the home page, so that could possibly be what's happening. If it is I'm not sure why you'd be having that problem.
As it's on your local computer I'm afraid I can't check it out obviously.. maybe try sending me your htaccess file via this address.
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
Displaying the home page for any 404 error is nowadays going to land up being reported as a "Soft 404 Error" in Google WebmasterTools reports, and is flagged as a negative factor in site quality. I'd highly caution against that.
Re: Ceon URI Mapping (SEO)
Has anyone been able to get this mod working with 1.3.9d?
I've uninstalled and reinstalled the mod twice, triple checked that I merged my files correctly and still no dice - I don't have the configuration options in my Admin (CEON URI Mapping (SEO) isn't in Admin->Configuration) and when I try to edit my EZ Pages, I get:
1146 Table '(my database).zen_ceon_uri_mappings' doesn't exist
in:
[ SELECT language_id, uri FROM zen_ceon_uri_mappings WHERE main_page = 'page' AND associated_db_id = '2' AND current_uri = '1';]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
I had it working beautifully in 1.3.8a with all the same add ons and am confused as to where I could be going wrong...:yuck:
P.S. I've searched the entire forum several times but if I missed the answer, just smack me. :)
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
kamelion0927
Has anyone been able to get this mod working with 1.3.9d?
I am using this mod on 1.39d. I didn't uninstall the earlier versions though, I use kdiff application to compare the core files that come with the latest CEON URL mappings and the ones I have in my local folder.
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
kamelion0927
Has anyone been able to get this mod working with 1.3.9d?
I can't answer your question as to why it's not working, but I can answer the first question
I have version 3.6.3 running on ZC 1.3.9d on a test site and I have no issues..
Do you have an alternate name for your your admin folder ?
Have you copied ALL the files across, including the template files and the modified files for the correct version of ZC that you are running ?
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
kamelion0927
I've uninstalled and reinstalled the mod twice, triple checked that I merged my files correctly and still no dice - I don't have the configuration options in my Admin (CEON URI Mapping (SEO) isn't in Admin->Configuration) and when I try to edit my EZ Pages, I get:
If you don't see the configuration options in the admin then you haven't installed the module properly. Start again, following the installation instructions from the beginning to the end. Don't skip any steps, such as going to the Ceon URI Mapping Config page as it is the step that creates the database tables and admin configuration option.
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
Running ZC 1.3.9c with Ceon URI Mapping v3.6.1 on my local machine (currently). My site has two languages (English and Spanish) and I've defined language-specific URIs for all my pages.
I'm also using the "Languages and Currency in Header" mod v1.0, which uses this code
Code:
$content = " ";
while (list($key, $value) = each($lng->catalog_languages)) {
$content .= '<a href="' . zen_href_link($_GET['main_page'], zen_get_all_get_params(array('language', 'currency')) . 'language=' . $key, $request_type) . '">' . zen_image(DIR_WS_LANGUAGES . $value['directory'] . '/images/' . $value['image'], $value['name'], '', '', 'align="middle"') . '</a> ';
}
echo $content;
to insert the language links in the header. My problem is that these links (1) don't get "translated" and (2) include the language_id= parameter.
For example, I've got the contact_us page translated to /contact_us for English and /contactar for Spanish. If you're currently on the English version of the page, the English language link is /localhost/mystore/contact_us&language_id=en and the Spanish language link is /localhost/mystore/contact_us&language_id=es. When you click on the links, they're resolved to /localhost/mystore/contact_us&language_id=en and /localhost/mystore/contactar, respectively
Is there any way to get the language_id parameter stripped?
Re: Ceon URI Mapping (SEO)
Hi,
i have the ".=>," added to character/string replacements config, but don't replace the "." in a "dr." by manufacturer mapping. When the "." exists in a product name is ok.
csicontact