Re: Simple SEO URL [support thread]
Then you have to check the url you typed in, because when you put that in the exclude box, SSU will not do anything to that anymore, but will pass that back to the default Zencart function to generate the link.
So if you put "redirect" in the SSU exclude list, and you see the new link in the form of:
index.php?main_page=redirect&action=url&goto=www.something.com
That means it is back to the default style, and SSU no longer touchs it.
Re: Simple SEO URL [support thread]
Here is an example:
http://demo.rubikintegration.com/zen...x-g200-mms-p-1
And look at the product link at the bottom of the page, and see if it gives you a 404 not found when you click on it.
Re: Simple SEO URL [support thread]
Back to this topic, after a bit more researching I found out the reason:
It seems like mod_rewrite doesnt like it when you have encoded Slashes in the url, so if you want to use it you need to add this line to your httpd.conf:
AllowEncodedSlashes On
Obviously, this is not really an option for most people who use shared-hosting, so just simply exclude "redirect" from being rewritten would be the easiest and fastest.
Re: Simple SEO URL [support thread]
where do I put this :
AllowEncodedSlashes On
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
goldenhues
where do I put this :
AllowEncodedSlashes On
You should not go that path, just simply put the "redirect" in the exclude list, that will solve your problem
If it does not, please pm me the link to the specific product so I can see it.
Regards
Re: Simple SEO URL [support thread]
i have an issue with SSU and paypal.. somehow, the costomers are not forwarded to the PP website... just try the express checkout on www.themeltingpotonline.net what can i do that ssu does NOT translate the PP urls into static url's?:frusty:
Re: Simple SEO URL [support thread]
it seems ONLY the pp express checkout is affected...
Re: Simple SEO URL [support thread]
Which version are you using?
Regards
Re: Simple SEO URL [support thread]
Zen Cart 1.3.8a
Database Patch Level: 1.3.8
simple SEO
simple_seo_url_rev235.zip
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
stevefriedman71
Zen Cart 1.3.8a
Database Patch Level: 1.3.8
simple SEO
simple_seo_url_rev235.zip
Due to a problem on my server, the rev number no longer gives a good indication of the current version you are using. You should be able to check the version by going to admin\includes\module_installation\yellow1912_ssu\current_version.txt
Anyhow, I suspect you are using an old version. If you are on PHP4, I suggest upgrading to 2.9.6, if you are on php5 please upgrade to the latest version 3.4.x