thank you soooo much for sharing, i was having exactly the same issue and thought i was going crazy!!!
thank you soooo much for sharing, i was having exactly the same issue and thought i was going crazy!!!
I have the latest version of the super slo modulu.Chci ask to rewrite the url manufacturer? www.mysite.cz / producer? for example www.mysite.cz / adidas?
Another problem is diaktrika the url I can not display hooks, commas, that you do not.
Thanks in advance
Well I'm completely stumped. I have a site running Zen Cart 1.3.8a on a Windows server hosted at Go Daddy. We've installed the ISAPI Rewrite module from Helicon to the server and installed SSU version 3.8.3. I've gone over the install instructions numerous times but still cannot get this mod to work. Every time I enable it and try to click on a product category I get a 404 error. The link is showing up as I would expect, but we're not getting to the pages.
My Zen Cart is installed in a folder named "catalog" and I have put that into the .htaccess file in the catalog folder. Nothing I do seems to work.
Suggestions?
FYI -
I'm using SSU 3.8.4 as downloaded from EasyCommerce. I get the following error when running on a PHP 5.3.4 server:
A Google search turned up this page:Code:PHP Fatal error: Multiple access type modifiers are not allowed in includes/classes/ssu/cores/parser.php on line 17
http://www.devshed.com/c/a/PHP/Using...s-in-PHP-53/3/
which suggests that "self::" now needs to be "static::" for getClass().
I have been unable to test as my ISP has rolled back to PHP 5.2.4.
Installed Module Manager and Simple SEO URL closely following the instructions. Seems to be working very well EXCEPT when I click on "Log in" I am taken directly to http://www.google.com/ig?hl=en. An running under PHP 5.2.13 on Zen 1.3.9e. I don't have a certificate yet, so my configure.php is using the server certificate ... looks something like the following:
define('HTTPS_SERVER', 'https://server.abcabcabc-hosting.com');
define('DIR_WS_HTTPS_CATALOG', '/~mydomain/');
Before I installed SSU, it looked like this:
define('HTTPS_SERVER', 'https://server.abcabcabc-hosting.com/~mydomain');
define('DIR_WS_HTTPS_CATALOG', '/');
Any thoughts?
Thanks ... Bowen