Re: Ceon URI Mapping (SEO)
Hi,
There was the following problem. My way to "add_review" is now in Bulgarian "http://www.domain.biz/za-maje/Paco-Rabanne-1-Million-100ml/добави-коментар", but the page can not be found and no one can put comments . Here is my site. Is this fixable.
Thanks again zenners.
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
perfumbg
Hi,
There was the following problem. My way to "add_review" is now in Bulgarian "http://www.domain.biz/za-maje/Paco-Rabanne-1-Million-100ml/добави-коментар", but the page can not be found and no one can put comments . Here is my
site. Is this fixable.
Thanks again zenners.
You've mistakenly set the language defines in admin/includes/languages/bulgarian/extra_definitions/ceon_uri_mapping.php to use Bulgarian!
This was a silly mistake!
You should translate the following properly, using only vaild URI characters (no bulgarian characters!):
PHP Code:
define('CEON_URI_MAPPING_URI_PART_PRODUCT_REVIEWS', 'reviews');
define('CEON_URI_MAPPING_URI_PART_PRODUCT_REVIEWS_INFO', 'review');
define('CEON_URI_MAPPING_URI_PART_PRODUCT_REVIEWS_WRITE', 'add-a-review');
define('CEON_URI_MAPPING_URI_PART_TELL_A_FRIEND', 'tell-a-friend');
You'll then have to go through your database by hand and fix all the records for the products reviews/add a review/tell a friend.
Sorry but this will take you some time... it's just unfortunate that you made the mistake you did when installing!
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
i am using zencart version 1.3.9. f and the most advanced folder available in core files is 1.3.9 d
would this be making a difference ??
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
azjs
i am using zencart version 1.3.9. f and the most advanced folder available in core files is 1.3.9 d
would this be making a difference ??
Sorry I've been snowed under supporting people here and trying to get updates of various modules done so I haven't had time to upload floes to the Zen Cart downloads area recently.
Get 3.8.0 from here, it has 1.3.9f modified sample files in it.
I've decided to skip the release of 3.8.1 and go straight to 4.0.0. Working on it now but don't know how long it'll take.
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
Hi there,
i have installed Ceon URI Mapping and something is wrong :(
sometimes when i open my site is see urls in proper way, but sometines it shows:
http://www.domain.com/category?zenid=5a7463a7965ed50atyrh
when i reload my site it goes back to normal:
http://www.domain.com/category
i just checked like my site is seen by google bots and and shows:
http://www.domain.com/category[B]?zenid=5a7463a7965ed50atyrh[/B
on every page
so i checked like my pages are indexed in google and i see some strange things: some are indexed normal way, some with zenid in urls but some of them shows index.php as a link to category
i don't have an idea what can be wrong
before i had my store installed on other ISP and i was fine
help pls :)
rutra
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
rutra
Hi there,
i have installed Ceon URI Mapping and something is wrong :(
sometimes when i open my site is see urls in proper way, but sometines it shows:
http://www.domain.com/category?zenid=5a7463a7965ed50atyrh
when i reload my site it goes back to normal:
http://www.domain.com/category
i just checked like my site is seen by google bots and and shows:
http://www.domain.com/category[b]?zenid=5a7463a7965ed50atyrh[/B
on every page
so i checked like my pages are indexed in google and i see some strange things: some are indexed normal way, some with zenid in urls but some of them shows index.php as a link to category
i don't have an idea what can be wrong
before i had my store installed on other ISP and i was fine
help pls :)
rutra
This module has nothing to do with zenid, with that said you need to go to this thread to read up on it.
http://www.zen-cart.com/forum/showth...t=zenid&page=3
Re: Ceon URI Mapping (SEO)
where is the uri mapping manager available for download ??
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
azjs
where is the uri mapping manager available for download ??
At the very top of the first post on page 1 of this discussion thread.
Or, if that one's not current enough for you, ceon posted a reply to your previous post answering the same question ... just a few posts up from this one.
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
countrycharm
Great thanks
Re: Ceon URI Mapping (SEO)
Conor,
I loaded module and everything seemed fine. I have dedicated SSL, root folder and changed admin name. I also performed rewrite for includes/.htaccess file.
1.3.9g looks like this for .htaccess:
HTML Code:
# deny *everything*
<FilesMatch ".*">
Order Allow,Deny
Deny from all
</FilesMatch>
# but now allow just *certain* necessary files:
<FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF|xsl|XSL)$">
Order Allow,Deny
Allow from all
</FilesMatch>
RewriteEngine On
# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/new admin name [NC]
IndexIgnore */*
## NOTE: If you want even greater security to prevent hackers from running scripts in this folder, uncomment the following line (if your hosting company will allow you to use OPTIONS):
# OPTIONS -Indexes -ExecCGI
I started at top category, clicked button for "have auto generate for this category" and then went to each category below as well as the product itself. Then I enabled module. I see main page fine. When I click on category or any product - I get this error.
Not Found
The requested URL /ladies-bible-studies/parenting-with-wisdom was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache mod_fcgid/2.3.5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.burnerbooks.com Port 80
Once I disable - everything is normal again without new uri mapping. How do I fix?
Thanks, Kim