Zen Cart Logo
Forums / All Other Contributions/Addons / Ceon URI Mapping (SEO)

Ceon URI Mapping (SEO)

Locked

Views: 472,337

Results 2,001 to 2,020 of 2,913
This thread is locked. New replies are disabled.
14 Oct 2010, 3:48 PM
#2001
rutra avatar

rutra

New Zenner

Join Date:
Sep 2010
Posts:
24
Plugin Contributions:
0

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

14 Oct 2010, 11:51 PM
#2002
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Ceon URI Mapping (SEO)

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/showthread.php?t=78554&highlight=zenid&page=3

15 Oct 2010, 7:45 AM
#2003
azjs avatar

azjs

New Zenner

Join Date:
Oct 2010
Posts:
5
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

where is the uri mapping manager available for download ??

15 Oct 2010, 7:47 AM
#2004
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Ceon URI Mapping (SEO)

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.

15 Oct 2010, 9:38 PM
#2006
kburner avatar

kburner

Totally Zenned

Join Date:
Apr 2008
Location:
Flint, Michigan
Posts:
684
Plugin Contributions:
0

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:

# 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 https://www.burnerbooks.com Port 80

Once I disable - everything is normal again without new uri mapping. How do I fix?

Thanks, Kim

16 Oct 2010, 12:42 AM
#2007
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Ceon URI Mapping (SEO)

kburner:

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:

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

> 
> 
> 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](http://www.burnerbooks.com) Port 80
> 
> Once I disable - everything is normal again without new uri mapping. How do I fix?
> 
> Thanks, Kim
Post your .htaccess file that is in the root of your server. Why would performed rewrite rules for includes/.htaccess file.
16 Oct 2010, 12:53 AM
#2008
kburner avatar

kburner

Totally Zenned

Join Date:
Apr 2008
Location:
Flint, Michigan
Posts:
684
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

countrycharm:

Post your .htaccess file that is in the root of your server. Why would performed rewrite rules for includes/.htaccess file.

Oh! Did I change the wrong file!

Here is my .htaccess in root folder. I have not added rewrite from this module.

##### NOTE: Replace /public_html/ with the relative web path of your catalog in the "Rewrite Base" line below:

Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^burnerbooks.com$ [NC]
RewriteRule ^(.*)$ http://www.burnerbooks.com/$1 [R=301,L]
AddType text/x-component .htc

# From Ultimate SEO URLs
RewriteRule ^(.*)-p-(.*).html$ index\.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-c-(.*).html$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-m-([0-9]+).html$ index\.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-pi-([0-9]+).html$ index\.php?main_page=popup_image&pID=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-pr-([0-9]+).html$ index\.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-pri-([0-9]+).html$ index\.php?main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L]

# For Open Operations Info Manager
RewriteRule ^(.*)-i-([0-9]+).html$ index\.php?main_page=info_manager&pages_id=$2&%{QUERY_STRING} [L]

# For dreamscape's News & Articles Manager
RewriteRule ^news/?$ index\.php?main_page=news&%{QUERY_STRING} [L]
RewriteRule ^news/rss.xml$ index\.php?main_page=news_rss&%{QUERY_STRING} [L]
RewriteRule ^news/archive/?$ index\.php?main_page=news_archive&%{QUERY_STRING} [L]
RewriteRule ^news/([0-9]{4})-([0-9]{2})-([0-9]{2}).html$ index\.php?main_page=news&date=$1-$2-$3&%{QUERY_STRING} [L]
RewriteRule ^news/archive/([0-9]{4})-([0-9]{2}).html$ index\.php?main_page=news_archive&date=$1-$2&%{QUERY_STRING} [L]
RewriteRule ^news/(.*)-a-([0-9]+)-comments.html$ index\.php?main_page=news_comments&article_id=$2&%{QUERY_STRING} [L]
RewriteRule ^news/(.*)-a-([0-9]+).html$ index\.php?main_page=news_article&article_id=$2&%{QUERY_STRING} [L]

# All other pages
# Don't rewrite real files or directories
RewriteCond %{REQUEST_FILENAME} !-f [NC] 
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*).html$ index\.php?main_page=$1&%{QUERY_STRING} [L]

Do I add new rewrite to end?
Thanks, Kim

16 Oct 2010, 1:25 AM
#2009
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Ceon URI Mapping (SEO)

kburner:

Oh! Did I change the wrong file!

Here is my .htaccess in root folder. I have not added rewrite from this module.

NOTE: Replace /public_html/ with the relative web path of your catalog in the "Rewrite Base" line below:

Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^burnerbooks.com$ [NC]
RewriteRule ^(.*)$ http://www.burnerbooks.com/$1 [R=301,L]
AddType text/x-component .htc

From Ultimate SEO URLs

RewriteRule ^(.)-p-(.).html$ index.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.)-c-(.).html$ index.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]
RewriteRule ^(.)-m-([0-9]+).html$ index.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.
)-pi-([0-9]+).html$ index.php?main_page=popup_image&pID=$2&%{QUERY_STRING} [L]
RewriteRule ^(.)-pr-([0-9]+).html$ index.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.
)-pri-([0-9]+).html$ index.php?main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L]

For Open Operations Info Manager

RewriteRule ^(.*)-i-([0-9]+).html$ index.php?main_page=info_manager&pages_id=$2&%{QUERY_STRING} [L]

For dreamscape's News & Articles Manager

RewriteRule ^news/?$ index.php?main_page=news&%{QUERY_STRING} [L]
RewriteRule ^news/rss.xml$ index.php?main_page=news_rss&%{QUERY_STRING} [L]
RewriteRule ^news/archive/?$ index.php?main_page=news_archive&%{QUERY_STRING} [L]
RewriteRule ^news/([0-9]{4})-([0-9]{2})-([0-9]{2}).html$ index.php?main_page=news&date=$1-$2-$3&%{QUERY_STRING} [L]
RewriteRule ^news/archive/([0-9]{4})-([0-9]{2}).html$ index.php?main_page=news_archive&date=$1-$2&%{QUERY_STRING} [L]
RewriteRule ^news/(.)-a-([0-9]+)-comments.html$ index.php?main_page=news_comments&article_id=$2&%{QUERY_STRING} [L]
RewriteRule ^news/(.
)-a-([0-9]+).html$ index.php?main_page=news_article&article_id=$2&%{QUERY_STRING} [L]

All other pages

Don't rewrite real files or directories

RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*).html$ index.php?main_page=$1&%{QUERY_STRING} [L]

> Thanks, Kim
> # From Ultimate SEO URLs
> RewriteRule ^(.*)-p-(.*).html$ index\.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]
> RewriteRule ^(.*)-c-(.*).html$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]
> RewriteRule ^(.*)-m-([0-9]+).html$ index\.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L]
> RewriteRule ^(.*)-pi-([0-9]+).html$ index\.php?main_page=popup_image&pID=$2&%{QUERY_STRING} [L]
> RewriteRule ^(.*)-pr-([0-9]+).html$ index\.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L]
> RewriteRule ^(.*)-pri-([0-9]+).html$ index\.php?main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L]

Yes you did the wrong file.You will have to get rid of anything that deals with Ultimate SEO URLs before this module will work for you. As a matter of fact you need to redo your ,htaccess file all together or merge it like this.

> RewriteEngine On
> 
> RewriteCond %{HTTP_HOST} ^burnerbooks.com$ [NC]
> RewriteRule ^(.*)$ http://www.burnerbooks.com/$1 [R=301,L]
> # Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
> RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$ [NC]
> # Don't rewrite admin directory
> RewriteCond %{REQUEST_URI} !^/name_of _your _admin_folder [NC]
> # Don't rewrite editors directory
> RewriteCond %{REQUEST_URI} !^/editors [NC]
> # Don't rewrite cPanel directories
> RewriteCond %{REQUEST_URI} !/cpanel [NC]
> RewriteCond %{REQUEST_URI} !/frontend [NC]
> # Handle all other URIs using Zen Cart (index.php)
> RewriteRule .* index.php?%{QUERY_STRING} [L]If you need this in there then add it at the bootom.

> # For Open Operations Info Manager
> RewriteRule ^(.*)-i-([0-9]+).html$ index\.php?main_page=info_manager&pages_id=$2&%{QUERY_STRING} [L]
> 
> # For dreamscape's News & Articles Manager
> RewriteRule ^news/?$ index\.php?main_page=news&%{QUERY_STRING} [L]
> RewriteRule ^news/rss.xml$ index\.php?main_page=news_rss&%{QUERY_STRING} [L]
> RewriteRule ^news/archive/?$ index\.php?main_page=news_archive&%{QUERY_STRING} [L]
> RewriteRule ^news/([0-9]{4})-([0-9]{2})-([0-9]{2}).html$ index\.php?main_page=news&date=$1-$2-$3&%{QUERY_STRING} [L]
> RewriteRule ^news/archive/([0-9]{4})-([0-9]{2}).html$ index\.php?main_page=news_archive&date=$1-$2&%{QUERY_STRING} [L]
> RewriteRule ^news/(.*)-a-([0-9]+)-comments.html$ index\.php?main_page=news_comments&article_id=$2&%{QUERY_STRING} [L]
> RewriteRule ^news/(.*)-a-([0-9]+).html$ index\.php?main_page=news_article&article_id=$2&%{QUERY_STRING} [L]
16 Oct 2010, 1:38 AM
#2010
kburner avatar

kburner

Totally Zenned

Join Date:
Apr 2008
Location:
Flint, Michigan
Posts:
684
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

countrycharm:

Yes you did the wrong file.You will have to get rid of anything that deals with Ultimate SEO URLs before this module will work for you. As a matter of fact you need to redo your ,htaccess file all together or merge it like this.

If you need this in there then add it at the bootom.

Perfect!!! It works!:clap::clap:

Thank you so much.

16 Oct 2010, 2:00 AM
#2011
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Ceon URI Mapping (SEO)

kburner:

Perfect!!! It works!:clap::clap:

Thank you so much.
I'm glad you sorted it out.

16 Oct 2010, 2:34 AM
#2012
expensivedesign avatar

expensivedesign

Zen Follower

Join Date:
Dec 2008
Location:
Los Angeles, CA
Posts:
138
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hi

Mine is Zen Cart 1.3.8. Do I have to update to new version in order to run Ceon?

Harry

16 Oct 2010, 4:44 AM
#2013
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Ceon URI Mapping (SEO)

expensivedesign:

Hi

Mine is Zen Cart 1.3.8. Do I have to update to new version in order to run Ceon?

Harry
No you don't have to but it would be in your best interest to for security purposes.

16 Oct 2010, 3:14 PM
#2014
red_peggy avatar

red_peggy

New Zenner

Join Date:
Sep 2010
Posts:
3
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hello
sorry this is propably a really easy question for you guys but I am new to Zencart and I don't really know what I am doing yet.
I really like the Mapping tool you created. However I keep getting the 404 Error.
I am using Zencart 1.3.9d and the 3.8 Mapping version
I loaded all files File zilla twice now to make sure I did not miss anything.

I used the first rewrite rule as I have not changed the admin folder yet.

If you could help me out with this I would be very grateful. Once I see it properly working I will definetly donate as I can imagine that there is a lot of work behind it.

All the best and thanks in advance for any help you can give me.

site is down for maintenance at the moment but I can take it off.

Thanks
Anja

16 Oct 2010, 4:45 PM
#2015
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Ceon URI Mapping (SEO)

red.peggy:

Hello
sorry this is propably a really easy question for you guys but I am new to Zencart and I don't really know what I am doing yet.
I really like the Mapping tool you created. However I keep getting the 404 Error.
I am using Zencart 1.3.9d and the 3.8 Mapping version
I loaded all files File zilla twice now to make sure I did not miss anything.

I used the first rewrite rule as I have not changed the admin folder yet.

If you could help me out with this I would be very grateful. Once I see it properly working I will definetly donate as I can imagine that there is a lot of work behind it.

All the best and thanks in advance for any help you can give me.

site is down for maintenance at the moment but I can take it off.

Thanks
Anja

Conor responded to one with this problem and he says.

I don't know what you've been reading but I don't even know exactly what problem you are having as you haven't given enough information?!

First please follow the installation from scratch once again as I'd imagine you've missed something.

If you are still having problems, please describe the problem you are having.

if you have other modules which are overwriting core files the Ceon URI Mapping file uses you may well have simply wiped out the URI Mapping functionality added to those files.

Hope that helps!

All the best..

Conor
ceonYou need to describe the problem in details you are having so we can see how to help you.

16 Oct 2010, 8:08 PM
#2016
expensivedesign avatar

expensivedesign

Zen Follower

Join Date:
Dec 2008
Location:
Los Angeles, CA
Posts:
138
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hi all,

I am trying to upload all files to my server. i noticed that i already have file name docs and ceon folder I see folder name _docs and all folders inside of _docs has _ front. My question is should I rename them _docs to docs? or it has to be different folder then docs.

Thanks
Harry

16 Oct 2010, 9:39 PM
#2017
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Ceon URI Mapping (SEO)

expensivedesign:

Hi all,

I am trying to upload all files to my server. i noticed that i already have file name docs and ceon folder I see folder name _docs and all folders inside of _docs has _ front. My question is should I rename them _docs to docs? or it has to be different folder then docs.

Thanks
Harry
Don't upload the doc's folder that is for your information only, on how to install this module. Just skip that folder. "Beware" Make sure you merge and compare any core files that you have customized for other add on's with the core files Ceon URI Mapping (SEO). If you don't they will not work afterwords.

17 Oct 2010, 2:25 AM
#2018
expensivedesign avatar

expensivedesign

Zen Follower

Join Date:
Dec 2008
Location:
Los Angeles, CA
Posts:
138
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Thanks for reply. I have upload only one module which to brake five colloms on each page. Do you think it would cause problem? Other then that no other moduls haven't been uploaded. Mine is yahoo webhosting zen cart 1.3.8 should I upload htm_output or shoould I leave old one?

Can you please please briefly tell me which files should I upload?

Harry

17 Oct 2010, 3:02 AM
#2019
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Ceon URI Mapping (SEO)

expensivedesign:

Thanks for reply. I have upload only one module which to brake five colloms on each page. Do you think it would cause problem? Other then that no other moduls haven't been uploaded. Mine is yahoo webhosting zen cart 1.3.8 should I upload htm_output or shoould I leave old one?

Can you please please briefly tell me which files should I upload?

Harry
I don't know what module you are talking about., but check the files for both add on and make sure they don't use the same files. You can compare them if they do and merge them together. For the htm_output in includes/functions/html_output.php yes that has to be upload also or merge together if another add on code is using it. Just check in a program like Win Merge which it free to compare them.

17 Oct 2010, 9:19 AM
#2020
expensivedesign avatar

expensivedesign

Zen Follower

Join Date:
Dec 2008
Location:
Los Angeles, CA
Posts:
138
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Ok I uploaded. it should be, but pages are same, they haven't changed.

when I go admin>extras there is not manage control. Admin>canfiguration there is SEO URL

Here is it.

Title Value Action
Enable SEO URLs? true
Add cPath to product URLs? false
Add category parent to begining of URLs? true
Filter Short Words 0
Output W3C valid URLs (parameter string)? true
Enable SEO cache to save queries? true
Enable product cache? true
Enable categories cache? true
Enable manufacturers cache? true
Enable articles cache? true
Enable information cache? true
Enable automatic redirects? true
Choose URL Rewrite Type Rewrite
Enter special character conversions
Remove all non-alphanumeric characters? false
Reset SEO URLs Cache
Enter pages to allow rewrite index, product_info, products_new, products_all, featured_products, specials, contact_us, conditions, privacy, reviews, shippinginfo, faqs_all, site_map, gv_faq, discount_coupon, page, page_2, page_3, page_4

can someone help me to adjust?

Thanks