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

Chemo's Ultimate URL's

Views: 493,239

Results 141 to 160 of 1,407
15 Aug 2006, 20:04
#141
squashrick avatar

squashrick

New Zenner

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

Chemo's Ultimate URL's

In response to a number of queries in this thread about getting 404 errors when you try to go into a secure part of Zen after installing Ultimate SEO URLs, the problem I found was due to my using a shared SSL certificate.

I found a fix from the other SEFU contribution by Tim.

When a host has a shared SSL, it will quite often take the form:
main: http://www.mywebsite.com/shop/
ssl: https://secure.myhost.com/~mywebsite/shop/

So you need to add the line:

RewriteBase /~mywebsite/shop/ to the .htaccess file. I also added the rewrite rules again after I inserted this line - it works but I don't know if I could have added this line at the top and not added the rewrite rules again - perhaps someone with more .htaccess file knowledge could advise?

Anyway, I hope this helps a few people who were in the same boat as me.

15 Aug 2006, 21:55
#142
preben avatar

preben

Zen Follower

Join Date:
Jan 2005
Location:
Scandinavia, North of Europe.
Posts:
144
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Preben:

How do I use the "Enter special character conversions" ?
(in Admin/Configuration/SEO urls )

ø=>o doesn't work
Well, I got the solution now. I have no clue wat I actually did, except I reset the cache for SEO in admin.

(Just for those who might wonder...)

21 Aug 2006, 00:24
#143
ivan02 avatar

ivan02

New Zenner

Join Date:
Jun 2006
Posts:
10
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Hi,

i just run into the following problem:
i use zen with "session_recreate" and latest ultimate seo (2.102).

following happend:
seo-object was created before the session was recreated by php (session_regenerate_id).
since seo stores the session-id of php in attributes['sid'] all links created afterwards were build with the old session-id (before recreation).
i would suggest using the predefined php-var SID directly because that will be updated after session_regenerate_id().

ciao
Frank

21 Aug 2006, 10:34
#144
lennypeng avatar

lennypeng

New Zenner

Join Date:
Nov 2004
Posts:
45
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Please help!

I can not get the Ultimate URL running, I've configured the .htaccess file and I always get "Page not found" when I click any category.

I'm testing it on my local computer and the zencart is at http://localhost/zen, so the RewriteBase should be "/zen/" right? Do I have to configue any other files?

Thanks in advance for any help.

22 Aug 2006, 14:11
#145
drbyte avatar

drbyte

Sensei

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

Re: Chemo's Ultimate URL's

What's the server errorlog say?

22 Aug 2006, 15:40
#146
coulix avatar

coulix

New Zenner

Join Date:
Sep 2005
Posts:
9
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Cool mod, installed it and working seemingly great. Hope the search engines open their eyes for my content now finally.

25 Aug 2006, 03:05
#147
ctcentralinfo avatar

ctcentralinfo

Totally Zenned

Join Date:
Apr 2005
Posts:
853
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

I am running a test for linkpoint credit card mod, but I am having problems getting directed to the ssl section. Is their anything I can do to fix this?

26 Aug 2006, 06:28
#148
sars020 avatar

sars020

New Zenner

Join Date:
May 2006
Posts:
8
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

lennypeng:

Please help!

I can not get the Ultimate URL running, I've configured the .htaccess file and I always get "Page not found" when I click any category.

I'm testing it on my local computer and the zencart is at http://localhost/zen, so the RewriteBase should be "/zen/" right? Do I have to configue any other files?

Thanks in advance for any help.

I get the same problem. I 'm testing on host server. and zencart is at /public_html/welgame.com/., i only can open Home page, and can not open any other page. http://welgame.com
and get server error log:

[Sat Aug 26 00:31:28 2006] [error] [client 220.169.161.2] File does not exist: /home/sars020/public_html/404.shtml
[Sat Aug 26 00:31:28 2006] [error] [client 220.169.161.2] File does not exist: /home/sars020/public_html/welgame.com/products_all.html
[Sat Aug 26 00:31:22 2006] [error] [client 220.169.161.2] File does not exist: /home/sars020/public_html/404.shtml
[Sat Aug 26 00:31:22 2006] [error] [client 220.169.161.2] File does not exist: /home/sars020/public_html/welgame.com/page_4.html
[Sat Aug 26 00:21:09 2006] [error] [client 220.169.161.2] File does not exist: /home/sars020/public_html/404.shtml
[Sat Aug 26 00:21:09 2006] [error] [client 220.169.161.2] File does not exist: /home/sars020/public_html/welgame.com/shippinginfo.html

I was changed the .htaccess blow:

RewriteBase: /shop/
OR RewriteBase: /
OR RewriteBase: /welgame.com/

but the same error.

Thanks in advance for any help.

27 Aug 2006, 08:28
#149
camay123 avatar

camay123

Zen Follower

Join Date:
Oct 2005
Posts:
160
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

I have successfully installed the mod, but noticed that my link to my phpbb forums in the sidebox menu is incorrect.

It is adding a .html giving me :

http://www.mishobonsai.com/forums/index.php.html

How can I correct that ?

31 Aug 2006, 23:31
#150
blessisaacola avatar

blessisaacola

Totally Zenned

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

Re: Chemo's Ultimate URL's

Does anyone know what this code does and why it has been ommited from /admin/category.php in Version 2.102?

	// Ultimate SEO URLs v2.100
	// If the action will affect the cache entries
	if (preg_match("/(insert|update|setflag)/i", $action)) {
		include_once(DIR_WS_INCLUDES . 'reset_seo_cache.php');
	}

Thanks!

31 Aug 2006, 23:41
#151
blessisaacola avatar

blessisaacola

Totally Zenned

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

Re: Chemo's Ultimate URL's

My bad, it wasn't ommited just in a different folder.

01 Sep 2006, 01:39
#152
blessisaacola avatar

blessisaacola

Totally Zenned

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

Re: Chemo's Ultimate URL's

Can someone please tell me which one is the accurate code. In the download file...there is an html_output.php file that DrByte included. There is this code around line 29:

  function original_zen_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {

The code in 1.3.0.2 for this same file is:

  function zen_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {

Which one is the correct code.

There is no reference in the original contribution from Dreamscape to change function zen_href_link to function original_zen_href_link.

Help please.

Thanks!

01 Sep 2006, 15:34
#153
ctcentralinfo avatar

ctcentralinfo

Totally Zenned

Join Date:
Apr 2005
Posts:
853
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Can someone please help me out? I am trying to get image handler 2 to work with chemo's Ultimate URL's mod. The issue is that I want the image pop ups to work and still have the secure look working:

http://www.books-japan-online.com/test

If you swipe over the images they pop up along with the title. but when I put the html_output.php for the ultimate URL's mod in, it stops working. If anyone can point me in the direction of this solution that would be cool.

01 Sep 2006, 17:27
#154
ctcentralinfo avatar

ctcentralinfo

Totally Zenned

Join Date:
Apr 2005
Posts:
853
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

I think it is called the zoom function. How do I get image handler zoom function to work with the ultimate seo url mod?

01 Sep 2006, 17:37
#155
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Chemo's Ultimate URL's

ctcentralinfo:

I think it is called the zoom function. How do I get image handler zoom function to work with the ultimate seo url mod?

You have to merge the changes in html_output.php for image handler with the changes in html_output.php for ultimate seo url. That file has changes in both mods.

02 Sep 2006, 16:21
#156
blessisaacola avatar

blessisaacola

Totally Zenned

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

Re: Chemo's Ultimate URL's

Does anyone have the Ultimate SEO URL working with EZPages (pages generated by EZPages)? Or do you have a work around. I had a work around for infopages.

02 Sep 2006, 20:04
#157
dreamscape avatar

dreamscape

Totally Zenned

Join Date:
Nov 2003
Posts:
721
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

BlessIsaacola:

Does anyone have the Ultimate SEO URL working with EZPages (pages generated by EZPages)?

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);
02 Sep 2006, 23:57
#158
blessisaacola avatar

blessisaacola

Totally Zenned

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

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);


Dreamscape,

Thanks very much for this fix!

The fix you provided works brilliant to make this contribution compatible with EZPages whether the Mod is enabled or disabled. 

Now I need to test the credit card issue that was reported as well as why the music link is showing something like thehunter.mp3.html which of course doesn't play. I personally do not use the media clip option from the admin but I am suspecting it will do the same thing if I upload media clip via product description.
04 Sep 2006, 09:27
#159
drbyte avatar

drbyte

Sensei

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

Re: Chemo's Ultimate URL's

upgrade uploaded

04 Sep 2006, 09:46
#160
drbyte avatar

drbyte

Sensei

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

Re: Chemo's Ultimate URL's

kelvyn:

My God, man! You're a speed demon genius of some sort!
Isn't it, like, 3am where you are now??
5:45 actually ... My alarm clock went off when you logged on ... somehow I knew you'd have questions :P