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

Ceon URI Mapping (SEO)

Locked

Views: 472,337

Results 1,781 to 1,800 of 2,913
This thread is locked. New replies are disabled.
28 Jul 2010, 10:49 AM
#1781
conor avatar

conor

Passed

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

Ceon URI Mapping (SEO)

Hi,

Mike_Dean:

I knew you had not been well, hence why I asked.. sorry to hear it, fingers crossed you get better soon...

Thanks for the nice comments! The chemo's frustratingly exhausting but it's killed off 3cm of tumour in the past two months alone so it's more than worth it! :)

Mike_Dean:

Thanks good man.. I'll wait until you release the update, then merge any duplicate Ceon with the matching new ZC files and all should be good, correct ?

That's right!

All the best..

Conor
ceon

28 Jul 2010, 7:57 PM
#1782
akki avatar

akki

New Zenner

Join Date:
Jul 2010
Posts:
7
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

using zen cart 1.3.9 d ,php5 i am using apache as my web server which is installed in c:\program files my website is stored in htdocs folder of apache directory and the name of the directory is zen
i am getting http 404 error for all links generated but the links are pointing to proper location and my .htacess file is in zen folder and the contents are

RewriteEngine On

ONLY rewrite URIs beginning with /zen/

RewriteCond %{REQUEST_URI} ^/zen/ [NC]

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} !^/zen/admin [NC]

Don't rewrite editors directory

RewriteCond %{REQUEST_URI} !^/zen/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 .* zen/index.php?%{QUERY_STRING} [L]

have i made any mistake in .htacess file tried reinstalling but that did not help

29 Jul 2010, 12:13 AM
#1783
ryanb4614 avatar

ryanb4614

Totally Zenned

Join Date:
Feb 2008
Posts:
556
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

I am about to launch a new store. Would it be a mistake to use the current version that is available with 1.3.8e?

29 Jul 2010, 12:16 AM
#1784
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

Akki:

my .htacess file is in zen folder

If your .htaccess file is in the zen folder then the path to index.php should be relative to it. So change it to what is in the docs, i.e. index.php not zen/index.php

Hope that helps!

All the best..

Conor
ceon

29 Jul 2010, 12:23 AM
#1785
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

ryanb4614:

I am about to launch a new store. Would it be a mistake to use the current version that is available with 1.3.8e?

The collect_info.php files have changed in 1.3.9e. You could overwrite them with the 1.3.8d files in the latest release of Ceon URI Mapping and then replace them when the new version of Ceon URI Mapping is released with files modified for 1.3.9e.

Or you could merge the files now using software such as Beyond Compare, thereby not needing the new versions I've got sorted as you'd have already created the same files.

It's up to you! Either option will leave you with a fully functional site, neither will break anything. The changes between 1.3.9d and 1.3.9e which affect Ceon URI Mapping were that a single </td> closing tag was added to the 5 collect_info.php scripts. That's it. That's the only change! (So in practical terms they have no effect at all!)

Hope that sets your mind at rest.

All the best..

Conor
ceon

29 Jul 2010, 11:29 AM
#1786
ovesnyvk avatar

ovesnyvk

New Zenner

Join Date:
Jan 2008
Posts:
2
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hi, I successfully installed this module on a running shop, where 2500 zboží.Categories I edited manually, but what about other categories of goods and url? I have it all manually? or is it somehow so that it automatically generate?

29 Jul 2010, 2:11 PM
#1787
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

ovesnyvk:

Hi, I successfully installed this module on a running shop, where 2500 zboží.Categories I edited manually, but what about other categories of goods and url? I have it all manually? or is it somehow so that it automatically generate?

Manually for them all. That's the way the software works. As specified in the documentation and description of the module, it is aimed at/designed for new and small stores.

All the best...

Conor
ceon

29 Jul 2010, 2:21 PM
#1788
countrycharm avatar

countrycharm

Totally Zenned

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

Re: Ceon URI Mapping (SEO)

Thanks for the nice comments! The chemo's frustratingly exhausting but it's killed off 3cm of tumour in the past two months alone so it's more than worth it! :)

Conor that is good to hear. I hope you will be out jumping along side the jack rabbits after while....lol

29 Jul 2010, 5:37 PM
#1789
ryanb4614 avatar

ryanb4614

Totally Zenned

Join Date:
Feb 2008
Posts:
556
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

conor:

Hi,

The collect_info.php files have changed in 1.3.9e. You could overwrite them with the 1.3.8d files in the latest release of Ceon URI Mapping and then replace them when the new version of Ceon URI Mapping is released with files modified for 1.3.9e.

Or you could merge the files now using software such as Beyond Compare, thereby not needing the new versions I've got sorted as you'd have already created the same files.

It's up to you! Either option will leave you with a fully functional site, neither will break anything. The changes between 1.3.9d and 1.3.9e which affect Ceon URI Mapping were that a single </td> closing tag was added to the 5 collect_info.php scripts. That's it. That's the only change! (So in practical terms they have no effect at all!)

Hope that sets your mind at rest.

All the best..

Conor
ceon

Hello Conor, Thank you for the reply. Everything is working thanks!

29 Jul 2010, 6:00 PM
#1790
akki avatar

akki

New Zenner

Join Date:
Jul 2010
Posts:
7
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

conor:

Hi,

If your .htaccess file is in the zen folder then the path to index.php should be relative to it. So change it to what is in the docs, i.e. index.php not zen/index.php

Hope that helps!

All the best..

Conor
ceon

thanks for the help conor tried index.php but does not work tried reinstalling but same problem cannot understand what exactly is the problem anu other things i need to check could it because i using cherry zen template tried uploading the site on linux web server but problem remains the same http 404 just cant understand when my story will end but really appreciate your great support and happy to see that you make sure to answer all queries for ceon uri

29 Jul 2010, 6:22 PM
#1791
ryanb4614 avatar

ryanb4614

Totally Zenned

Join Date:
Feb 2008
Posts:
556
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Akki:

thanks for the help conor tried index.php but does not work tried reinstalling but same problem cannot understand what exactly is the problem anu other things i need to check could it because i using cherry zen template tried uploading the site on linux web server but problem remains the same http 404 just cant understand when my story will end but really appreciate your great support and happy to see that you make sure to answer all queries for ceon uri

I posted my post to soon! I am experiencing the same problem. When I go into the categories I have many... I go to the category-->edit-->save to auto generate it. Then go to my store and click on that category I get a 404 Error Page...

29 Jul 2010, 6:28 PM
#1792
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

Akki:

thanks for the help conor tried index.php but does not work tried reinstalling but same problem cannot understand what exactly is the problem anu other things i need to check could it because i using cherry zen template tried uploading the site on linux web server but problem remains the same http 404 just cant understand when my story will end but really appreciate your great support and happy to see that you make sure to answer all queries for ceon uri

Do you have a .htaccess file in the root of your site? Id so it's probably conflicting, in which case you should add the rewrite rule for Ceon URI Mapping to the .htaccess file in htdocs, and adjust the path to the index file to go into the subdirectory (i.e. back to zen/index.php).

If that doesn't work send me FTP and admin details for your site via our contact form and I'll take a quick look.

All the best..

Conor
ceon

29 Jul 2010, 6:31 PM
#1793
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

ryanb4614:

I posted my post to soon! I am experiencing the same problem. When I go into the categories I have many... I go to the category-->edit-->save to auto generate it. Then go to my store and click on that category I get a 404 Error Page...

Please also send me details for your site as per my post above.

It's probably quicker for me to take a look myself than to have a conversation about it here and I'm almost out of computer time for the week.

All the best..

Conor
ceon

29 Jul 2010, 6:40 PM
#1794
ryanb4614 avatar

ryanb4614

Totally Zenned

Join Date:
Feb 2008
Posts:
556
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

conor:

Hi,

Please also send me details for your site as per my post above.

It's probably quicker for me to take a look myself than to have a conversation about it here and I'm almost out of computer time for the week.

All the best..

Conor
ceon

wait a second.... Could it be because my store I am building is at example: mydomain.com/newzenstore

(Then I want to move newzenstore to mydomain.com when its finished)

29 Jul 2010, 6:57 PM
#1795
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

ryanb4614:

wait a second.... Could it be because my store I am building is at example: mydomain.com/newzenstore

(Then I want to move newzenstore to mydomain.com when its finished)

You can't build a test store with mappings that use /newzenstore and then move the store to / and have the mappings continue to work.

Everyone should use subdomains, NOT folders to build test stores.

(Just putting that in bold because too many people are making this mistake now, hopefully it'll prevent others doing the same).

If you don't want to have to generate all the mappings again then you can use PHPMyAdmin to export the SQL for the ceon_uri_mappings table.

Edit the SQL file to remove "newzenstore/" from the SQL INSERT statements (just do a search and replace and replace the above quoted string with nothing).

DROP the ceon_uri_mapping table.

Finally, import the modified SQL file to have the table created with all the URIs based on "/" rather than "newzenstore/".

All the best...

Conor
ceon

30 Jul 2010, 9:30 AM
#1796
akki avatar

akki

New Zenner

Join Date:
Jul 2010
Posts:
7
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

i checked no .htacess file in root folder have mailed you the site details so you can have a look at it

30 Jul 2010, 9:31 AM
#1797
akki avatar

akki

New Zenner

Join Date:
Jul 2010
Posts:
7
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

conor:

Hi,

Do you have a .htaccess file in the root of your site? Id so it's probably conflicting, in which case you should add the rewrite rule for Ceon URI Mapping to the .htaccess file in htdocs, and adjust the path to the index file to go into the subdirectory (i.e. back to zen/index.php).

If that doesn't work send me FTP and admin details for your site via our contact form and I'll take a quick look.

All the best..

Conor
ceon
checked no .htacess file in root folder have mailed you the site details so you can have a look at it

30 Jul 2010, 9:45 AM
#1798
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

Akki:

i checked no .htacess file in root folder have mailed you the site details so you can have a look at it

The details you've emailed me are for a completely different site from the one you have been describing. I don't know why you'd do that?!

All the best..

Conor
ceon

2 Aug 2010, 2:40 PM
#1799
deamoon avatar

deamoon

New Zenner

Join Date:
Aug 2010
Posts:
1
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

installed this to my site and after update to url to my products i'm getting page not found. What is wrong that i do was reading manual and doing according to it. I'm beginner to this so more detailed explanation would help me a lot. Any help much appreciated

2 Aug 2010, 5:41 PM
#1800
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

deamoon:

installed this to my site and after update to url to my products i'm getting page not found. What is wrong that i do was reading manual and doing according to it.

Check that you have put the .htaccess file in the right place and that you have followed the instructions for the correct "layout" of your store's filesystem (whether it is in a folder etc.)

deamoon:

I'm beginner to this so more detailed explanation would help me a lot. Any help much appreciated

All the instructions you need are in the documentation and online.. search for "rewrite rules" if you want to learn more about rewrite rules, doing so will make the instructions that come with the module much easier to understand.

Hope that helps!

All the best...

Conor
ceon