What could be the cause of a new category displaying the "page not found" page? I have reset the categories cache, there are products in there, I've tried on a different browser with no success.
Printable View
What could be the cause of a new category displaying the "page not found" page? I have reset the categories cache, there are products in there, I've tried on a different browser with no success.
home page become index/index_php
why?
1.38a + SSU 3.7.1
I have an odd problem that came out of nowhere. Only one of my products is redirecting to the home page, it's this product here:
linky
I've tried resetting the alias cache and product cache with no luck. Not really sure what to do at this point, but this is a popular product!
Any ideas?
one more problem, Zencart 1.38a + SSU 3.7.1
with WOZ wordpress on zen cart installed(the way in forum not numix's solution), even index.php?main_page=wordpress was filtered but with SSU on, it will redirect to home page. with SSU off, it's ok. htaccess is default one, no changes
Hello,
I'm using zen cart 1.38a
This has probably been answered before but i can't find any information on it. Basically i'm using a shared ssl certificate to deal with the checkout process.
However when the SEO urls are being used, the checkout pages are coming up with a 404 page missing error.
To be clear it works fine with:
https://roderigo.secure.kgix.net/~da...ckout_shipping
but not with:
https://roderigo.secure.kgix.net/~da...t_shipping.php
Thanks for your help
Hi,
First off thanks for such a great module. My issue is that my xml file shows all urls with "/language/en" at the end of it.
http://www.coolcrappystuff.com/sitemapcategories.xml
I have "Set SSU Multi Language Status" set to "false".
Please advise as to how to get rid of that.
:oops:
There was a setting in sitemap XML to change that fixed it. Thanks again.
I figured out why my URLs were not re-written internally. It looks like I somehow missed some installation instructions. Most likely this is because the read-me with the file is dependant on external links, and somehow I didn't end up on the right link/ or didn't get the right information.
So if you are re-directing to the right page, with simple SEO url like me, but internal links were not re-written, the answer is here:
SSU Installation Instructions
Quote:
* find the function zen_href_link
* find this line:
Code:global $request_type, $session_started, $http_domain, $https_domain;
Quote:
Insert these lines below that line:
Also, make sure you edit the RIGHT html_output.php file, this one:Code://bof simple seo url
global $ssu;
if(is_object($ssu) && ($link = $ssu->ssu_link($page, $parameters, $connection, $add_session_id, $search_engine_safe, $static, $use_dir_ws_catalog))!= false) return $link;
//eof simple seo url
/includes/functions/html_output.php
Of course, don't bother changing the admin panel version of html_output.php (we don't want redirects in there).
I hope that helps anyone that had the same issue as me.