Re: Chemo's Ultimate URL's
Is no one else having this problem? I am very bummed that I have had to disable Ult. SEO, as I was getting good indexing with the URL's it generated. Does anyone know of a fix, a snippet of code I can add to .htaccess? Anything?
Again, the problem is that with Ult. SEO enabled, clicking on a secure page does NOT take you to https. It stays in http.
Sure hope someone has an idea!
Thanks...
Re: Chemo's Ultimate URL's
phew ! I just read this entire thread... all 12 pages, and unfortunately my issue isn't here (or i just missed it).
ZC 1.27, Ultimate SEO 2.100
Home page loads fine, the URL's on hover seem fine (ie. http://www.domain.com/cables-adapter...s-c-54_62.html)
But when i click a link, I get a 404, page not found (IIS).
Any ideas / suggestions ?
Re: Chemo's Ultimate URL's
I am having the same trouble as virtualahmad except I'm using the most recent version of Zen-Cart. I've made the mods suggested in this thread (updating html-output.php, paypal addition, etc).
The URLS at first look on the main page -LOOK correct (http://www.domain.com/the-product-name.html) but when clicked on return a page not found.
Would this be a mod_rewrite issue? Or htaccess?
I'm installing to a Rackspace server and had to manually set the rewrite which is a first for me.
Thanks!
Amanda
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by amandac
...I've made the mods suggested in this thread (updating html-output.php, paypal addition, etc)....
I have not made these changes as I do not believe I need to.
Re: Chemo's Ultimate URL's
IIS ... doesn't support .htaccess ... and doesn't natively understand mod_rewrite
Will likely have to move to an Apache server to use this.
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by DrByte
IIS ... doesn't support .htaccess ... and doesn't natively understand mod_rewrite
Will likely have to move to an Apache server to use this.
well that's not very promising :P
That was my first guess but I did not mention it in the post cuz I didn't want biased opinions.
Thanks Dr. Byte.
Does anyone know of any other SEO friendly URL modules which will work on IIS ?
Re: Chemo's Ultimate URL's
Well maybe I'll try another approach. Does ANYONE have Chemo's ULT URL"S working on 1.3.02, and would you be willing to dialogue with me on what you did to get it to work?
Thank you
Re: Chemo's Ultimate URL's
Quote:
Fatal error: Call to a member function Execute() on a non-object in C:\Program Files\xampp\htdocs\zencart 1.3\includes\classes\seo.install.php on line 154
No idea on why I'm getting that error message? Any help is greatly appreciated.
Thanks,
Pete
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by BlessIsaacola
Here is the fix I referenced in /includes/classes/ line 168 of seo.url.php changes from:
Code:
if ($connection == 'SSL' && ENABLE_SSL == 'true) {
to
Code:
if ($connection == 'SSL' && ENABLE_SSL == 'true') {
To get Ultimate SEO URL to work, download DrBytes version which has been upgraded to work with 1.3.0.2 and apply the change above in includes/classes/seo.url.php
Everything should work fine with no problem but then again why do you want to install this mod? ZC works just fine without it :)
Re: Chemo's Ultimate URL's