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

Ceon URI Mapping (SEO)

Locked

Views: 472,294

Results 841 to 860 of 2,913
This thread is locked. New replies are disabled.
25 Nov 2009, 4:55 AM
#841
thirupathy avatar

thirupathy

New Zenner

Join Date:
Nov 2009
Posts:
20
Plugin Contributions:
0

Ceon URI Mapping (SEO)

Hi all,
Am newbie for zen cart. as per client requirement i have installed Ceon url mapping module for SEO processing. It was installed successfully and working fine.

   the problem is i have created one category. that category will shown as shop/sports (sports is a category). After creation of category i checked it in site. it shows the following error

The requested URL /demo/sports was not found on this server.

But normally the the default zen cart category link is shown as

http://localhost/demo/index.php?main_page=index&cPath=25

so how to use ceon module for SEO processing. else is there any configuration for this.

                        Thanks in advance.

regards,
THIRUPPATHY.M :smartalec:

25 Nov 2009, 12:35 PM
#842
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

thirupathy:

The requested URL /demo/sports was not found on this server.

It sounds like you've forgotten to upload a htaccess file.

Or that you have made a mistake when creating one.

All the best..

Conor
ceon

26 Nov 2009, 1:21 PM
#843
simon1066 avatar

simon1066

Totally Zenned

Join Date:
Feb 2009
Location:
UK
Posts:
1,326
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

conor:

Hi,

No, I still haven't had any examples of the problem. My request for more information has gone unanswered.

If you have exact examples of what URI the user is going to and what URI they are being mapped to and what cPath etc. is being added please get in contact with me privately via this link (not PM) with all of that information so I can take a look.

I can't fix a problem I can't identify! :)

All the best..

Conor
ceon

Just thought I'd mention: I had a similar issue with 'old' links having a ?cPath= added to the end of a Ceon url namely in featured, whats new, prev, next ...etc. Note: I do not have any products linked from category to category as mentioned in message #213.

I was on 3.2.2 but upgrading to 3.2.4 solved the problem. Excellent!

I would say that although my web page links are now all neat and tidy, the list of links in a program like Xenu still contains these duplicate ?cPath= affected entries as well as what look to be the pre Ceon urls. I'm not really sure what's going on, but optimistically I guess that's ok and that Google will recognise and deal with these duplicates in a sensible fashion. I'll wait and see.

Actaully I may try the adjust parameters settings in Google Webmaster, although my last attempt wasn't that successful.

Thanks again Conor

26 Nov 2009, 1:52 PM
#844
alan145 avatar

alan145

New Zenner

Join Date:
Aug 2009
Posts:
63
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hello Conor,
After using the Ceon URI Mapping (SEO) sevral day, today I found a problem.
for example: if I add catagory
main category: car gps
second sub category: special car dvd with gps
third sub category" toyota gps

and there are some products under sub category of toyota gps.
but when i visit the product in toyota gps catogery, I found the url become this
http://www.jewellet.com/Toyota-GPS/Toyota-Corolla-GPS?cPath=825_790

every url add ?cPath=825_790
but for other pages with ony two level category don't have such problem.
Regards,
Alan

26 Nov 2009, 7:32 PM
#845
kittykat avatar

kittykat

New Zenner

Join Date:
Nov 2009
Posts:
20
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hello
Thanks for the module, I am trying this on my test server, before I'm brave enough to try on my live site - the url's generate well, but when I click on a new category or product I've created, I get a 404 message.

I think I have the same problem as thirupathy - the problem is: I don't have an htaccess file, and when I create one, I have a error 500 and can't access my test site or admin area. As you can guess, I am a newbie, I would be grateful to be pointed in the right direction please.

where do I get the htaccess file from? :blush:
sorry if that sounds stupid, I can cope with changing files and following instructions, but I'm really stuck here, as my attempts at creating one in a text editor rather went wrong - I have missed a bit along the way :)

27 Nov 2009, 9:43 PM
#846
neboztik avatar

neboztik

New Zenner

Join Date:
Jan 2009
Location:
Czech Republic
Posts:
59
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

This mod is amazing, it is better than SSU which we have been using so far. It is a pity that you cant update all products at one time. If somebody has been so capable to edit somehow quickupdates mod, maybe it would work.

28 Nov 2009, 8:06 PM
#847
renstar avatar

renstar

New Zenner

Join Date:
Oct 2009
Posts:
11
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hello Conor,

I have little problem with this module..

In Admin, when i go to Tools->who is online. Before i installed this module the links which customers is where on my site ware like this:

/index.php?main_page=product_info&cPath=3_4&products_id=10

now the links are strange and shows like this..

admin/includes/languages/slovensko/images/buttons/button_check_new_version.gif

I think there is a problem in one of the Admin files but i dont know where to look...

Btw. SEO links are working great.

Bye,

Matic

29 Nov 2009, 11:19 AM
#848
renstar avatar

renstar

New Zenner

Join Date:
Oct 2009
Posts:
11
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Its seems to be a problem with .htaccess file on server. When i erase it, links in who is online working fine again.

Rewrite rules in the htaccess file are entered by your module instructions.

I have it like this:

RewriteEngine On

Don't rewrite any URIs ending with a file extension (ending with .[xxxx])

RewriteCond %{REQUEST_URI} !.[a-zA-Z]{2,4}$

Don't rewrite admin directory

RewriteCond %{REQUEST_URI} !^/CUSTOM_NAME.* [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]

Do you maybe know, if i must add something to the rules?

RenStar:

Hello Conor,

I have little problem with this module..

In Admin, when i go to Tools->who is online. Before i installed this module the links which customers is where on my site ware like this:

/index.php?main_page=product_info&cPath=3_4&products_id=10

now the links are strange and shows like this..

admin/includes/languages/slovensko/images/buttons/button_check_new_version.gif

I think there is a problem in one of the Admin files but i dont know where to look...

Btw. SEO links are working great.

Bye,

Matic

1 Dec 2009, 7:49 AM
#849
anssir avatar

anssir

New Zenner

Join Date:
May 2009
Posts:
2
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hi Conor,

I'm having some problems with one category of my shop. I have 2 languages - finnish(default) and english.

If I do as follows:

  1. I select a category called picture books
    https://www.mysite.com/picture-books OK
  2. Now I try to change the language to finnish
    https://www.mysite.com/picture-books?&sort=1d&language=fi FAIL
    "Firefox has detected that the server is redirecting the request for this address in a way that will never complete"

Same problem otherwise, when changing from fi to en in this one category. All other categories works like a dream. I tested to change category name to "picture-book2" and re-generated URI's and it started to work, but as you might guess I don't wont to put any extra numbers there :)

I hope I was able to dress my problem into words. I would be very pleased if you could give me some help with this.

Thanks already for the best module ever!

........
Anssi

1 Dec 2009, 12:02 PM
#850
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

anssir:

HI hope I was able to dress my problem into words. I would be very pleased if you could give me some help with this.

Please get in contact via this address with FTP and admin details and I'll take a look.

All the best...

Conor
ceon

1 Dec 2009, 12:08 PM
#851
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

RenStar:

Its seems to be a problem with .htaccess file on server. When i erase it, links in who is online working fine again.
Do you maybe know, if i must add something to the rules?

I'm afraid I don't use the who's online functionality and due to a serious lack of time at the minute can't take the time to look into this.

If you find the problem/solution please let us know!

All the best...

Conor
ceon

2 Dec 2009, 2:49 AM
#852
jeskremer avatar

jeskremer

New Zenner

Join Date:
Nov 2008
Posts:
69
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

I have an interesting situation, in an effort to use two different templates on one site, I have one zencart installed in the root and another installed in a folder called "volunteers". The rewritten URL's work fine for both, however, on the second installation under "volunteers", the URL that appears in the address bar is not the rewritten one, but the original version.

Here is what I have for both:

Root:

RewriteEngine On

Don't rewrite any URIs ending with a file extension (ending with .[xxxx])

RewriteCond %{REQUEST_URI} !.[a-zA-Z]{2,4}$

Don't rewrite admin directory

RewriteCond %{REQUEST_URI} !^/admin.* [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]

Volunteers:

RewriteEngine On

ONLY rewrite URIs beginning with /volunteers/

RewriteCond %{REQUEST_URI} ^/volunteers/.* [NC]

Don't rewrite any URIs ending with a file extension (ending with .[xxxx])

RewriteCond %{REQUEST_URI} !.[a-zA-Z]{2,4}$

Don't rewrite admin directory

RewriteCond %{REQUEST_URI} !^/volunteers/admin.* [NC]

Don't rewrite editors directory

RewriteCond %{REQUEST_URI} !^/volunteers/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]

Any idea why this might be?

2 Dec 2009, 8:03 AM
#853
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

jeskremer:

Any idea why this might be?

.htaccess files are always read from the root level first.. so your first .htaccess file is overriding the second "Volunteers" .htaccess file and therefore its rules are being superseded on your site.

You need to update the root .htaccess rewrite rule to make sure it doesn't override the volunteers rule.

I think you can do that by adding the following to the root .htaccess file (as part of the other conditions for the rule of course):

Don't rewrite volunteers URIs

RewriteCond %{REQUEST_URI} !^/volunteers.* [NC]

Hope that helps!

All the best...

Conor
ceon

Conor

2 Dec 2009, 2:27 PM
#854
jeskremer avatar

jeskremer

New Zenner

Join Date:
Nov 2008
Posts:
69
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

That looked like it would work, but it is still showing the originals. Here is the root .htaccess now:

RewriteEngine On

Don't rewrite volunteers URIs

RewriteCond %{REQUEST_URI} !^/volunteers.* [NC]

Don't rewrite any URIs ending with a file extension (ending with .[xxxx])

RewriteCond %{REQUEST_URI} !.[a-zA-Z]{2,4}$

Don't rewrite admin directory

RewriteCond %{REQUEST_URI} !^/admin.* [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]

2 Dec 2009, 4:48 PM
#855
danmtslatter avatar

danmtslatter

New Zenner

Join Date:
Dec 2009
Posts:
2
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hi There,

After installing your module, after receiving an order, I get payment from PayPal but the orders do not add themselves to the Zen Cart admin. Apparently this is because the rewrites disallow PayPal from having unrestricted access to the the ipn_main_handler.php file.

I have added the following to the htaccess file but I am still having the same problem.

RewriteCond %{REQUEST_URI} !ipn_main_handler.php [NC]

Could anyone help please, am in a bit of a stick here.

Thanks, Dan.

2 Dec 2009, 5:46 PM
#856
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

jeskremer:

That looked like it would work, but it is still showing the originals. Here is the root .htaccess now:

I'm afraid without manually debugging I don't know what's going wrong. I've just spent 5 hours fixing some problems with the module after manually debugging the last person's site so I'm afraid I'm out of time for a while.

Good luck in getting this sorted.. let me know if you do!

I'll release an updated version of the module with my new fixes/additions when I get a chance to package it up.

All the best..

Conor
ceon

2 Dec 2009, 6:00 PM
#857
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi Dan,

danmtslatter:

After installing your module, after receiving an order, I get payment from PayPal but the orders do not add themselves to the Zen Cart admin. Apparently this is because the rewrites disallow PayPal from having unrestricted access to the the ipn_main_handler.php file.

Are you sure you're on the latest version?

It has support in the Modules - Ceon URI Mapping (SEO) Config section of the admin for "Excluded Files".

By default you'll see that /ipn_main_handler.php is included in this list so Ceon URI Mapping can't interfere with it!

You'll find more information in the docs.

All the best...

Conor
ceon

2 Dec 2009, 8:29 PM
#858
kevinja212 avatar

kevinja212

New Zenner

Join Date:
Dec 2009
Posts:
2
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

newbee question
I have uploaded all the files both core and files and I can see the uri mapping in the category and ezpages but not in the add product pages.
It is a new installation of ZC 1.3.8 and new Ceon 3.2.4 and core files 1.3.8a.
Most likely it is a path problem but i don't know where to look to fix it
The store is in its own subdirectory on a WordPress front end

2 Dec 2009, 8:49 PM
#859
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi Kevin,

kevinja212:

Most likely it is a path problem but i don't know where to look to fix it

I wouldn't say a path problem but that you forgot to upload some files. Check you've uploaded all the files from the modified_core_files folder.. specifically the files in the admin/includes/modules folder, it sounds like they're missing.

All the best...

Conor
ceon

2 Dec 2009, 9:15 PM
#860
kevinja212 avatar

kevinja212

New Zenner

Join Date:
Dec 2009
Posts:
2
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

thanks so much -- a thing of beauty!