Page 77 of 168 FirstFirst ... 2767757677787987127 ... LastLast
Results 761 to 770 of 1674
  1. #761
    Join Date
    Aug 2014
    Location
    Lisbon
    Posts
    594
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Sorry, I was not trying to mix threads, just looking for a solution, and your reply lead me to the solution.
    Thanks

  2. #762
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by mesnitu View Post
    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...

  3. #763
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by mc12345678 View Post
    As is the case with all plugins, one should check the applicable forum thread to resolve an issue. I don't want to discuss the issue further in this thread, but if I understnd correctly it is possible to accomplish what you are trying to do without the loss that is your other concern.
    Quote Originally Posted by mesnitu View Post
    Sorry, I was not trying to mix threads, just looking for a solution, and your reply lead me to the solution.
    Thanks
    Quote Originally Posted by mc12345678 View Post
    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. :)
    IF there is a posted solution for converting from Ceon URI to Ultimate SEO, does anyone want to SHARE the solution????? (which is totally ON TARGET for this support thread)
    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.

  4. #764
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by DivaVocals View Post
    IF there is a posted solution for converting from Ceon URI to Ultimate SEO, does anyone want to SHARE the solution????? (which is totally ON TARGET for this support thread)
    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...

  5. #765
    Join Date
    Aug 2014
    Location
    Lisbon
    Posts
    594
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    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.
    Yes, that was the solution that I found, when reading that was possible, it lead me to a google search, and there it was.

  6. #766
    Join Date
    Nov 2014
    Location
    London
    Posts
    15
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    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.

  7. #767
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by ksivv View Post
    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

  8. #768
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,191
    Plugin Contributions
    63

    Default Re: Ultimate SEO 2.200+ (new features)

    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.

  9. #769
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by mprough View Post
    ... word-word-word.html to wordwordword.html ...
    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:
    Code:
    \\s=>
    NOTE: Filter tested under PHP 5.3 and 5.4 with magic quotes disabled.
    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

  10. #770
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,191
    Plugin Contributions
    63

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by lhungil View Post
    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:
    Code:
    \\s=>
    NOTE: Filter tested under PHP 5.3 and 5.4 with magic quotes disabled.
    That doesn't work... I did reset the cache to verify
    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.

 

 

Similar Threads

  1. Ultimate Fade-In Slidehow Support thread
    By outeredge2 in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 4 Feb 2017, 03:10 AM
  2. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Ultimate Content Glider [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 4 Sep 2012, 05:16 AM
  4. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR