Sorry, I was not trying to mix threads, just looking for a solution, and your reply lead me to the solution.
Thanks
Sorry, I was not trying to mix threads, just looking for a solution, and your reply lead me to the solution.
Thanks
Glad it worked out, and actually it was I who did not want to mix threads and go into the solution. There was nothing wrong about your post, how you wanted to convert to using this uri rewriter, and the problem that was being had. Sometimes when down the rabbit hole, going back to the basics is forgotten. :)
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
To be honest, not sure which "solution" was considered, but the issue that looked like was solvable with minimal effort was the addition of a product type. As for solutions to convert a site that uses CEON URIs to one that uses this, what I have seen "work" is to export the CEON URI/product information data, create .htaccess rewrite rules that do not overlap (ie, category rewrite after all product rewrites in that category) such that the ceon uris re returned to ZC standard uris before Ultimate SEO (or ny other rewriter) processes the request(s). Otherwise there may be a way to be developed to accept an initial CEON uri but to not allow CEON to "replace" the links loaded in favor of another uri rewriter kicking in for subsequent uris. I haven't seen any such creature yet, not ventured to identify. Additionally there might be issues associated with the .htaccess rules between the various uri rewriters to overcome.
But, what I saw the issue was and was suggesting to overcome was the issue of why the conversion was being done (product_type being added).
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Yes, that was the solution that I found, when reading that was possible, it lead me to a google search, and there it was.To be honest, not sure which "solution" was considered, but the issue that looked like was solvable with minimal effort was the addition of a product type.
No, still can't get it work, read all this tread could't find solution. Reinstalled another couple of times, changed .htaccess to new one suggested here - nothing. Contacted hosting support, there is no problems with server. please advice.
Post a link to your site (or PM w/ link).
Post the following items from your live / testing site (not your local computer). Use "code" tags (the # button) to wrap the contents so they are easily readable.
- The contents of "/includes/configure.php". Please remove the database credentials only.
- The entire zen_href_link() function from "/includes/html_output.php".
- The entire contents of "/includes/auto_loaders/config.seo.php".
- The first five lines of "/includes/classes/config.seo.php".
Also do you have any "Numinex" plugins installed?
The glass is not half full. The glass is not half empty. The glass is simply too big!
Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker
I have an issue as a client has no dashes, how can I remove the dashes like this
word-word-word.html
to
wordwordword.html
PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
**I answer questions in the forum, private messages are not conducive to a helpful community.
The last name filter run by Ultimate URLs replaces all spaces " " with dashes "-". Currently this behavior cannot be disabled / changed in the configuration settings.
The PCRE filter is the very first filter run and is completely customizable in the configuration settings. If one would like all whitespace to be stripped (from all categories, ezpages, products, manufacturers, etc), add the following PCRE filter:
NOTE: Filter tested under PHP 5.3 and 5.4 with magic quotes disabled.Code:\\s=>
Last edited by lhungil; 12 Nov 2014 at 06:53 PM.
The glass is not half full. The glass is not half empty. The glass is simply too big!
Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker
PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
**I answer questions in the forum, private messages are not conducive to a helpful community.
Bookmarks