Zen Cart Logo
Forums / All Other Contributions/Addons / Chemo's Ultimate URL's

Chemo's Ultimate URL's

Views: 493,236

Results 181 to 200 of 1,407
15 Sep 2006, 00:42
#181
anita avatar

anita

Zen Follower

Join Date:
Feb 2006
Posts:
124
Plugin Contributions:
0

Chemo's Ultimate URL's

I have noticed that when I go into my site that sometimes the first category link that I click on will give me the url with the ?zenid= on the end like this one:
-http://www.anitasarts.com/anna-griffin-c-8.html?zenid=d79465d885ba6e2e074345ac141d9eff

Later in the same session if I go back to that same category it will be this:
-http://www.anitasarts.com/anna-griffin-c-8.html

I have noticed this on several other sites from posts in this thread also.

Does anybody know what causes that and if it is something that needs to be worried about as far as duplicate content with Google?

Is it considered a query string and ignored by Google?

15 Sep 2006, 01:15
#182
anita avatar

anita

Zen Follower

Join Date:
Feb 2006
Posts:
124
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Also any time I go to a secure page the ?zenid= stuff is there. And when I go to a non secure page from a secure page the first non secure page will have the ?zenid= stuff. The next non secure page will not have the ?zenid stuff. I am using shared SSL.

Anyone have any clues how to fix that?

16 Sep 2006, 07:53
#183
mafiasam avatar

mafiasam

Zen Follower

Join Date:
Jan 2006
Location:
Portland, Oregon
Posts:
256
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

I'm getting some 404 not found errors returned by google web crawl:
Wondering if this is a problem with Ultimate URLs or another problem.
I assumed it ultimate URLs because of the php designation instead of html.
Can someone take a look at this and let me know...

URL Detail Last Calculated
http://www.oldwestgames.com/index.php?main_page=popup_image&pID=311 404 (Not found) [?] Sep 13, 2006
http://www.oldwestgames.com/index.php?main_page=popup_image&pID=317 404 (Not found) [?] Sep 13, 2006
http://www.oldwestgames.com/index.php?main_page=popup_image&pID=319 404 (Not found) [?] Sep 13, 2006
http://www.oldwestgames.com/popup_image?amp;pID=311 404 (Not found) [?] Sep 13, 2006
http://www.oldwestgames.com/popup_image?amp;pID=317 404 (Not found) [?] Sep 13, 2006
http://www.oldwestgames.com/popup_image?amp;pID=319 404 (Not found) [?] Sep 13, 2006

I'm using Ultimate URL's without Image Handler so I know that IH isn't the problem.

zencart version 1.3.5
future zen template
google xml sitemap

thanks
Sam

17 Sep 2006, 17:59
#184
anita avatar

anita

Zen Follower

Join Date:
Feb 2006
Posts:
124
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Kelvyn - thanks! That's one less worry.

21 Sep 2006, 19:15
#185
poosk avatar

poosk

Totally Zenned

Join Date:
Mar 2005
Location:
Helsinki
Posts:
477
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

I recently changed my url but our ssl is still behind the old domain. The cart works fine with the new url but when SEO is turned on browser gives:

Bad Request
Your browser sent a request that this server could not understand

any solution for this?

21 Sep 2006, 20:04
#186
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

poosk:

I recently changed my url but our ssl is still behind the old domain. The cart works fine with the new url but when SEO is turned on browser gives:

Bad Request
Your browser sent a request that this server could not understand

any solution for this?

Is you SSL path accurately setup in configure.php?

21 Sep 2006, 20:18
#187
poosk avatar

poosk

Totally Zenned

Join Date:
Mar 2005
Location:
Helsinki
Posts:
477
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

admin config

// Define the webserver and path parameters
// Main webserver: eg, http://localhost - should not be empty for productive servers
define('HTTP_SERVER', 'http://www.olddomain.com');
// Secure webserver: eg, https://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://www.olddomain.com'); // eg, https://localhost
define('HTTP_CATALOG_SERVER', 'http://www.newdomain.com');
define('HTTPS_CATALOG_SERVER', 'https://www.olddomain.com');

includes config

// Define the webserver and path parameters
// Main webserver: eg, http://localhost - should not be empty for productive servers
define('HTTP_SERVER', 'http://www.newdomain.com');
// Secure webserver: eg, https://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://www.olddomain.com');
// secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');

I guess it gets a bit tricky since there's 2 domains in use..?

21 Sep 2006, 20:53
#188
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

That's definitely for sure. Any reason you're not using https on the new domain? Considering that Ultimate SEO works except for SSL pages, I'd better the problem is with the different domains. If you turn of Ultimate SEO does SSL works for regular Zen Cart pages like login, create account, etc. ?

21 Sep 2006, 21:11
#189
mafiasam avatar

mafiasam

Zen Follower

Join Date:
Jan 2006
Location:
Portland, Oregon
Posts:
256
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

mafiasam:

I'm getting some 404 not found errors returned by google web crawl:
Wondering if this is a problem with Ultimate URLs or another problem.
I assumed it ultimate URLs because of the php designation instead of html.
Can someone take a look at this and let me know...

URL Detail Last Calculated
http://www.oldwestgames.com/index.php?main_page=popup_image&pID=311 404 (Not found) [?] Sep 13, 2006
http://www.oldwestgames.com/index.php?main_page=popup_image&pID=317 404 (Not found) [?] Sep 13, 2006
http://www.oldwestgames.com/index.php?main_page=popup_image&pID=319 404 (Not found) [?] Sep 13, 2006
http://www.oldwestgames.com/popup_image?amp;pID=311 404 (Not found) [?] Sep 13, 2006
http://www.oldwestgames.com/popup_image?amp;pID=317 404 (Not found) [?] Sep 13, 2006
http://www.oldwestgames.com/popup_image?amp;pID=319 404 (Not found) [?] Sep 13, 2006

I'm using Ultimate URL's without Image Handler so I know that IH isn't the problem.

zencart version 1.3.5
future zen template
google xml sitemap

thanks
Sam

bump!
anybody?

21 Sep 2006, 21:13
#190
poosk avatar

poosk

Totally Zenned

Join Date:
Mar 2005
Location:
Helsinki
Posts:
477
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

BlessIsaacola:

That's definitely for sure. Any reason you're not using https on the new domain? Considering that Ultimate SEO works except for SSL pages, I'd better the problem is with the different domains. If you turn of Ultimate SEO does SSL works for regular Zen Cart pages like login, create account, etc. ?

Well I just changed the domain and since everything is running smoothly I didn't have a reason to buy ssl for the new domain yet...

SSL urls works fine with new domain. Even though the SEO is turned off (or on) I can access seo urls with the old domain but new domain gives error 400.

24 Sep 2006, 19:48
#191
mafiasam avatar

mafiasam

Zen Follower

Join Date:
Jan 2006
Location:
Portland, Oregon
Posts:
256
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

dreamscape:

Do you mean how it messes up the page links if you enter them like "index.php?main_page=contact_us" ?

You could either enter just the main_page, like "contact_us" (but then they will be broken again if you switch it off), or you can put this in the seo.url.php right after the PayPal fix:

		/**
		 * Fix up $page
		 */
		$page = preg_replace('/(index\.php)?\??main_page=/', '', $page);

this fix didn't work for me.

see here <http://www.oldwestgames.com/page.html?chapter=0&id=1>

any suggestions?
25 Sep 2006, 00:35
#192
alik avatar

alik

Zen Follower

Join Date:
Mar 2006
Posts:
126
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

I found a problem with SEO...

If i have a category with a few linked products in it, when selecting a poduct, the product_info page shows the product in the master category instead it's own.

as discussed in this thread.

any fixes for that ?

I have 1.3.2 and tested with same results in 1.3.5

26 Sep 2006, 16:15
#193
mafiasam avatar

mafiasam

Zen Follower

Join Date:
Jan 2006
Location:
Portland, Oregon
Posts:
256
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

mafiasam:

I'm getting some 404 not found errors returned by google web crawl:
Wondering if this is a problem with Ultimate URLs or another problem.
I assumed it ultimate URLs because of the php designation instead of html.
Can someone take a look at this and let me know...

URL Detail Last Calculated
http://www.oldwestgames.com/index.php?main_page=popup_image&pID=311 404 (Not found) [?] Sep 13, 2006
http://www.oldwestgames.com/index.php?main_page=popup_image&pID=317 404 (Not found) [?] Sep 13, 2006
http://www.oldwestgames.com/index.php?main_page=popup_image&pID=319 404 (Not found) [?] Sep 13, 2006
http://www.oldwestgames.com/popup_image?amp;pID=311 404 (Not found) [?] Sep 13, 2006
http://www.oldwestgames.com/popup_image?amp;pID=317 404 (Not found) [?] Sep 13, 2006
http://www.oldwestgames.com/popup_image?amp;pID=319 404 (Not found) [?] Sep 13, 2006

figured that out - missing large and medium images for selected products...

I am however trying to find a solution to the problem with EZ PAGES and ULTIMATE SEO.

see this page
http://www.oldwestgames.com/page.html?chapter=0&id=1
an ez page that is not being converted by ultimate seo

any help?

thanks
sam

28 Sep 2006, 16:56
#194
magicpants avatar

magicpants

Zen Follower

Join Date:
Aug 2005
Posts:
314
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Has Chemo's Ultimate ever resolved the issue of foreign characters in the urls? For instance, å æ and ø (the danish characters) -- can I substitute other url-friendly characters for them?

28 Sep 2006, 20:48
#195
mafiasam avatar

mafiasam

Zen Follower

Join Date:
Jan 2006
Location:
Portland, Oregon
Posts:
256
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

magicpants:

Has Chemo's Ultimate ever resolved the issue of foreign characters in the urls? For instance, å æ and ø (the danish characters) -- can I substitute other url-friendly characters for them?

I don't know for sure but I did have this problem that I thought was related to GoogleAnalytics but it's probably Ultimate SEO

http://www.zen-cart.com/forum/showpost.php?p=268126&postcount=52

01 Oct 2006, 01:04
#196
boggled avatar

boggled

Zen Follower

Join Date:
Mar 2006
Location:
Tennessee
Posts:
286
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

I have a fresh install 1.3.5 cart.
If I turn on the Ultimate SEO URLs I get a 404 error whenever I try to login or go to any SSL page.

If I turn it off, the SSL works fine.

Am I missing something?

01 Oct 2006, 23:22
#197
bettysue avatar

bettysue

Inactive

Join Date:
May 2004
Posts:
747
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

I am having a problem with the phpbb forum link since installing this (v1.35).

It wants to put in a double backslash in the url:

http://www.mydomain.com//forum/index.php.html

I tried hardcoding it per a previous post that lead to a link by Dr. Byte, and after that it just opens the main store page in a new window.

Any ideas as to how to fix this?

thank you,

betty

02 Oct 2006, 15:00
#198
doodlebuckets avatar

doodlebuckets

Totally Zenned

Join Date:
Jul 2005
Posts:
497
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Is there a way to include the EZPages of my site in this mod?

Thanks! Amy
https://www.doodlebuckets.com

03 Oct 2006, 03:11
#200
mafiasam avatar

mafiasam

Zen Follower

Join Date:
Jan 2006
Location:
Portland, Oregon
Posts:
256
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

BlessIsaacola:

Page 17, post #166 fixed the problem for me. Here is the link: http://www.zen-cart.com/forum/showthread.php?t=35034&page=17

That did not work for me...
I have not been able to get it to work at all. ANY HELP