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

Ceon URI Mapping (SEO)

Locked

Views: 472,322

Results 1,201 to 1,220 of 2,913
This thread is locked. New replies are disabled.
3 Mar 2010, 9:16 AM
#1201
thevagr1 avatar

thevagr1

New Zenner

Join Date:
May 2009
Location:
Melbourne, Australia
Posts:
46
Plugin Contributions:
0

Ceon URI Mapping (SEO)

THanks for the quick reply.

So I gather that the VirtualHost directive is not an htaccess file??

I have never used Apache to do anything with my site.
I will consider moving my site but until then I am keen to try and work this out.

Is VirtualHost part of Apache to your knowledge and how do I access it.

Sorry to be so dense!

Cheers

3 Mar 2010, 9:23 AM
#1202
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

thevagr1:

So I gather that the VirtualHost directive is not an htaccess file??

No, it is the bit of code in your Apache .conf file(s) which sets up the hosting settings for a site.

thevagr1:

I have never used Apache to do anything with my site.
I will consider moving my site but until then I am keen to try and work this out.

Is VirtualHost part of Apache to your knowledge and how do I access it.

To change the contents of a VirtualHost directive you have to edit the .conf file for Apache. You have two options.. you can either edit that file and enable .htaccess support in it or you can edit it and add the rewrite rule directly in your site's VirtualHost directive.

I realise that you are just learning and am glad to see your enthusiasm for trying things out yourself but I hope you can understand that I can't provide you with any further support on this issue as this thread is about getting the URI Mapping module to work and it isn't appropriate to teach the workings of the Apache webserver here.

If you're still having problems then please search the internet for a guide to Apache or start a new thread with some specific questions on configuring Apache and hopefully you'll get the information you need!

(Or, as I said, simply move hosts if your hoset doesn't let you configure Apache as desired).

All the best..

Conor
ceon

3 Mar 2010, 9:23 AM
#1203
thevagr1 avatar

thevagr1

New Zenner

Join Date:
May 2009
Location:
Melbourne, Australia
Posts:
46
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Thanks for the quick reply Conor.

I am thinking of moving hosts but cant do it right away.

So I gather that htaccess files are different to VirtualHost.

Are able to put me in in the right direction as to How to edit this and re-write it?? I have never used Apache so am not sure what to do or where to start.

Also do I need to change every htaccess file or just the one in the root folder?

Thanks so much

3 Mar 2010, 9:24 AM
#1204
thevagr1 avatar

thevagr1

New Zenner

Join Date:
May 2009
Location:
Melbourne, Australia
Posts:
46
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Sorry about the double up !!!!! Cancel that one

3 Mar 2010, 9:45 AM
#1205
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

thevagr1:

Also do I need to change every htaccess file or just the one in the root folder?

If you can access it, just the one in the root folder. Its "directives" will then apply for all subdirectories.

All the best..

Conor
ceon

4 Mar 2010, 11:14 PM
#1206
whatisthat456 avatar

whatisthat456

New Zenner

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

Re: Ceon URI Mapping (SEO)

I am getting some pages indexed twice, one with just the mapped URL and then the other is the same URL but with stuff like "?&page=1&sort=2d" at the end? This was brought to my attention from google webmaster tools. Also getting some duplicate meta titles and description but not sure if that is related to this module.

5 Mar 2010, 8:38 AM
#1207
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

whatisthat456:

I am getting some pages indexed twice, one with just the mapped URL and then the other is the same URL but with stuff like "?&page=1&sort=2d" at the end?

They are sorting/paging parameters added by Zen Carrt. They are necessary and cannot be avoided. You have to just ignore the fact that they are used. Search engines know that sites use multiple pages and should deal with it.

whatisthat456:

This was brought to my attention from google webmaster tools. Also getting some duplicate meta titles and description but not sure if that is related to this module.

That's not something the module deals with so I'm afraid youy'll have to look elsewhere for a solution to that problem!

All the best..

Conor
ceon

5 Mar 2010, 7:06 PM
#1208
alpineaddict avatar

alpineaddict

New Zenner

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

Re: Ceon URI Mapping (SEO)

just installed URI_mapping 3.2.4 and I get an error when I try to use the module.

Warning: main(/home/shastabc/public_html/store/includes/extra_datafiles/ceon_uri_mapping_config.php) [function.main]: failed to open stream: No such file or directory in /home/shastabc/public_html/store/316BackDoor/ceon_uri_mapping_config.php on line 31

Fatal error: main() [function.require]: Failed opening required '/home/shastabc/public_html/store/includes/extra_datafiles/ceon_uri_mapping_config.php' (include_path='.:/usr/php4/lib/php:/usr/local/php4/lib/php') in /home/shastabc/public_html/store/316BackDoor/ceon_uri_mapping_config.php on line 31

I am using Zen Cart 1.3.8a upgrade from 1.7
the only add on's I'm using are, google base feeder Config & Products & Attributes Stock

Probably something simple, as I'm a not much of a programmer.
http://shastabasecamp.com/store/

thanx, iaN

5 Mar 2010, 7:58 PM
#1209
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

alpineaddict:

Warning: main(/home/shastabc/public_html/store/includes/extra_datafiles/ceon_uri_mapping_config.php)

You haven't uploaded all the files.

At least one, includes/extra_datafile/ceon_uri_mapping_config.php is missing..

Follow the installation instructions from the start again and hopefully you'll get it right this time!

All the best...

Conor
ceon

5 Mar 2010, 8:29 PM
#1210
alpineaddict avatar

alpineaddict

New Zenner

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

Re: Ceon URI Mapping (SEO)

Yikes!!! Checked installation it looked complete, reinstalled anyway and now I,m unable to get into admin,

Fatal error: Call to undefined function: zen_catalog_href_link() in /home/shastabc/public_html/store/316BackDoor/includes/header.php on line 230

checked header.php file it appears to be intact and unchanged from the installation date.

Thanks for you reply but, what next?

5 Mar 2010, 8:39 PM
#1211
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

alpineaddict:

Fatal error: Call to undefined function: zen_catalog_href_link() in /home/shastabc/public_html/store/316BackDoor/includes/header.php on line 230

You seem to have uploaded the wrong version of includes/functions/html_output.php or uploaded it to the "wrong" directory - I'm afraid I must warn you to be more careful in future!

Remember there are two directories which have a file of that name:

admin/includes/functions/html_output.php

includes/functions/html_output.php

You should copy the original files across from a fresh installation of Zen Cart then copy across any modifications you need for the other modules you have installed, using software such as Beyond Compare or WinMerge, before finally copying across the modifications you need for URI Mapping.

If you are uncertain about what any of that means then you should probably pay someone else to do this for you.

Hope that helps!

All the best...

Conor
ceon

5 Mar 2010, 10:17 PM
#1212
aworldofpets_co_uk avatar

aworldofpets_co_uk

New Zenner

Join Date:
Jan 2009
Posts:
8
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hi,
Just to start - great mod and very easy to install! Cheers.
I have a problem (I think??) - Install was fine and everything is working. However occasionally when I load a link via google (normally shopping links) that point to my store they seem to go to the wrong product. They normally land on this page

http://www.aworldofpets.co.uk/shop/cats/toys/other/chirping-bird-on-elastic-for-cats-kittens-with-catnip

However the URL is for the correct product but shows the chirping bird page!

Is this just my computer or does it happen when others click the links too?

http://www.google.co.uk/products?q=aworldofpets.co.uk&hl=en

Cheers!
Tim.

5 Mar 2010, 11:39 PM
#1213
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi Tim,

Glad you like the software!

aworldofpets.co.uk:

Is this just my computer or does it happen when others click the links too?.

I can't think of any reason that would happen other than caching in your browser?

I've never used that Google Products thing before, but when I went to it and clicked on all of the links on its first page to products on your site they all went to the products described, as expected!

Things don't happen randomly in computing so if you have this happen again please record all the details you can about it (what URL is shown in google and what URL I goes to [I assume the one you just posted]) and post back here and maybe we can find the source of the problem. As it is everything appears fine!

All the best..

Conor
ceon

6 Mar 2010, 10:08 AM
#1214
aworldofpets_co_uk avatar

aworldofpets_co_uk

New Zenner

Join Date:
Jan 2009
Posts:
8
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hi Conor,
Thanks for the prompt reply. It seems fine today! I did test it on the wifes computer yesterday too and the same occurred.
I will keep a close eye on it and update if needed! :]
Cheers again,
Tim.

6 Mar 2010, 11:17 PM
#1215
bherd avatar

bherd

New Zenner

Join Date:
Jul 2009
Posts:
13
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hi Conner,
Anything recent on the URI Mappings Manager ? I was just explaining to someone how your product beats the other versions, including the paid ones. The only pain is having to go and "touch" each product to auto-gen the URI.

I asked Magnetic One if they wouldn't mind integrating the URI generation and they promptly reminded me that they have a competing product. :)

Kind regards,
Bil Herd

7 Mar 2010, 12:44 AM
#1216
slomojojo avatar

slomojojo

Zen Follower

Join Date:
Feb 2009
Posts:
142
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

globalmemory:

Hello Conor,

I think there might be a bug with the URI mapping as i am getting the following error when i click on the preview description link in the categories section in admin?

Fatal error: Call to a member function MoveNext() on a non-object in /home/globalm6/public_html/gmadmin/includes/modules/product/preview_info.php on line 98 :unsure:

I was able to reproduce the error globablmemory described in his post on a clean install of Zencart 1.38a. The "preview link" he's talking about that's throwing the error isn't the preview button, but the preview icon on the admin categories page. I'm attaching an image with the icon links highlighted to avoid confusion.

Of course, it's a very minor issue, as I doubt many use those preview links. I hadn't really noticed they were separate links until I clicked one accidentally.

Love the software. Very easy to install.

7 Mar 2010, 6:16 AM
#1217
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Ceon URI Mapping (SEO)

slomojojo:

I was able to reproduce the error globablmemory described in his post on a clean install of Zencart 1.38a. The "preview link" he's talking about that's throwing the error isn't the preview button, but the preview icon on the admin categories page. I'm attaching an image with the icon links highlighted to avoid confusion.

Of course, it's a very minor issue, as I doubt many use those preview links. I hadn't really noticed they were separate links until I clicked one accidentally.

Love the software. Very easy to install.I concur. I too was able to reproduce this error on all instances where I have installed this moduel.. To tell you the truth, as anal as I am about things need to WORK, I would have never noticed this error either..

7 Mar 2010, 3:49 PM
#1218
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,067
Plugin Contributions:
56

Re: Ceon URI Mapping (SEO)

Ooops! Wrong thread.

7 Mar 2010, 4:55 PM
#1219
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

DivaVocals:

I concur. I too was able to reproduce this error on all instances where I have installed this moduel.. To tell you the truth, as anal as I am about things need to WORK, I would have never noticed this error either..

This is already fixed in 3.4.0.

I was amazed that it took over a year for anyone to notice the problem.. shows you that those buttons aren't used by many! I'd never used them myself either! :) (Plus the fix was just the correction of a simple typo! :) )

I'll release the new version sometime this week!

All the best...

Conor
ceon

8 Mar 2010, 4:04 AM
#1220
mmcdoo avatar

mmcdoo

New Zenner

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

Re: Ceon URI Mapping (SEO)

Hello,
To start --GREAT mod and documentation. Mod was easy to set up and works fine(even for me), but I have one minor issue. I've read through all the threads but could not find solution to problem below. I hope I didn't overlook it.

I am having the problem Gerjan describe below where the who's online in tools displays something like:/includes/templates/browntemplate/images/TopPanelText1.gif, or rarely the correct updated path ending with /favicon.ico for guest shoppers and registered users. Mostly I cannot tell where they are on my site. Spiders do not have this issue, showing either original path or updated path. I tried the solution he came up with but no success. For me this is minor issue but it was fun to watch customers behavior live on my site. I've been through the threads and looked for any issues others are having but found none. BTW I'm very new to zen. Thanks for any advise.

My htaccess lokks like:
RewriteEngine on

RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://mrfancyplantsnursery.com/.$ [NC]
RewriteCond %{HTTP_REFERER} !^http://mrfancyplantsnursery.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mrfancyplantsnursery.com/.
$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mrfancyplantsnursery.com$ [NC]
RewriteRule .*.(jpeg|gif|png|bmp)$ - [F,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} !^/console.* [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]
RewriteCond %{REQUEST_URI} !/copper.* [NC]
RewriteCond %{REQUEST_URI} !/includes/templates.* [NC]
RewriteCond %{REQUEST_URI} !/googlesitemap.php.* [NC]

Handle all other URIs using Zen Cart (index.php)

RewriteRule (.*) index.php?%{QUERY_STRING} [L]

Mike
PS I've seen it but forgot where--Where is the paypal link to buy you a pint or two?

Gerjan:

Thank you for answering. Sorry for my english. It's not perfect and I sometimes have difficulties explaining (technical) problems. Also, I'm not an expert. I observe, read, ask and copy. Sofar it works :wink:

That's the problem... it only links to the template directory, nomatter what page guests and customers are looking at. Strange thing is that spiders like googlebot don't have this problem, they show the original url/link. This problem started right after I installed uri mapping.

But... aftersome research I added this rewrite:
RewriteCond %{REQUEST_URI} !/includes/templates.*

Now it is solved (for as far as I can see) and CEON uri mapping is still working ok. The link that guests are looking at are also the links that are created by uri mapping. Like "bk_fortalit_braadpan_24cm" instead of "index.php?main_page=product_info&cPath=5&products_id=560".

When I started designing my template 1,5 year ago I have added a menu from Apple Zen Template and one month ago I added a flash header. I think the menu is causing the problem I descriped. If you want to take a look at my site : Pannenland.nl

The only problem to solve now is that my "home"-button redirects to a category instead of the homepage. But that will come soon.

Hope can do something with this information for future questions en development.

Best regards, Gerjan