Page 164 of 506 FirstFirst ... 64114154162163164165166174214264 ... LastLast
Results 1,631 to 1,640 of 5054
  1. #1631
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    The new written code aims to work such that all you have to use is the original SSU htaccess code (you can remove all USU htaccess code)
    But if it is working fine for you, then as the old saying goes: dont break things that work ;)

    BTW, I think many others will really appreciate it if you can post the full solution for your case here.

    Quote Originally Posted by member View Post
    That didn't work, but we figured out what to do. You have to put a question mark ? at the end of the redirect to get it to stop redirecting(as shown in the following example).

    Redirect 301 /original-url-p-694.html http://website.com/category-name-c-13/12187-p-12187?

    It works fine now with the original version of SSEO installed.

    Thanks for all of your time and trouble, you are providing awesome support.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  2. #1632
    Join Date
    Dec 2004
    Posts
    104
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I apologize if I was not very clear. The cart I am installing SSEO on is a new cart without Ultimate SEO URL installed. I just wanted to redirect the products that were built with Ultimate SEO URL on our current cart to the coresponding products on the new cart that I am putting together.

    I did not use attributes before because the stock by attributes module didn't exist when I built it and I am pretty sure that Google is not pleased, so I am building a new site and redirecting my old links.

    That is why it didn't work the way you expected. I am sure the people who are just switching over will be very pleased with the update. Again, I thank you very much for your module. I wanted to be using code that was not outdated and I like the way your code works.

  3. #1633
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    No problem, you are very welcome.

    Also, I put together an article addressing Seo Url, and I hope it helps to help some
    http://blog.rubikintegration.com/200...l-for-zencart/

    Feel free to let me know if I missed anything or if I'm not being objective enough.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  4. #1634
    Join Date
    Jan 2008
    Posts
    32
    Plugin Contributions
    0

    application error Re: Simple SEO URL [support thread]

    Hello Yellow,

    Thank you for the great work!

    I installed "simple_seo_url_3-4-8" on Zencart 1.3.8a. Bad of my luck, "Add to Cart" doesn't work for any product. It simply returns to the product page where a customer was looking. Any ideas?

    Second of my question is.. Can I use the delimiters for my product titles? I'm kind of forced to use such as "-c-" for some of my product.

  5. #1635
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by icemint View Post
    Hello Yellow,

    Thank you for the great work!

    I installed "simple_seo_url_3-4-8" on Zencart 1.3.8a. Bad of my luck, "Add to Cart" doesn't work for any product. It simply returns to the product page where a customer was looking. Any ideas?

    Second of my question is.. Can I use the delimiters for my product titles? I'm kind of forced to use such as "-c-" for some of my product.
    I need to see it to know why it doesnt work for you
    Post or pm your site url

    Second: you can use something else as the delimiter, go to includes/classes/suu/local.config.php
    Replace the content by:
    PHP Code:
    <?php
        
        $ssuLocalConfig 
    = array(
    'identifiers'    =>    array(    'categories'    =>    'whatever-here')
        );
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  6. #1636
    Join Date
    Jan 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Thank you for prompt attention.

    My site address is,
    http://www.crossrf.com/rf/

    I left "ssu_check.php" available.

  7. #1637
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by icemint View Post
    Thank you for prompt attention.

    My site address is,
    http://www.crossrf.com/rf/

    I left "ssu_check.php" available.
    Thought I fixed it, but it's still there. Please download 3.4.9, it fixed the bug with using '.' as the delimiter
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  8. #1638
    Join Date
    Dec 2008
    Posts
    28
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi. I tried to install this addon but to no avail.

    I installed Module Manager, followed all the steps, but I don't see anything for SSU in the Extras menu.

    Help?

  9. #1639
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by crosswithyou View Post
    Hi. I tried to install this addon but to no avail.

    I installed Module Manager, followed all the steps, but I don't see anything for SSU in the Extras menu.

    Help?
    Did you upload all the files in the SSU package? It looks like you missed some files?
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  10. #1640
    Join Date
    Dec 2008
    Posts
    28
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Did you upload all the files in the SSU package? It looks like you missed some files?
    Actually, I kinda figured it out. I had started uploading the files into the includes directory instead of the root. Whoops!

    And then I had a mini crisis with accidentally deleting files in the admin folder (the one in the root) instead of the one that was in the includes dir. Whoops again! Thank God for DreamHost backups.


    Now I'm having this problem:

    Warning: require_once(includes/classes/module_installer.php) [function.require-once]: failed to open stream: No such file or directory in /home/.abdon/USER/DOMAIN/admin/ssu.php on line 10

    Fatal error: require_once() [function.require]: Failed opening required 'includes/classes/module_installer.php' (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/.abdon/USER/DOMAIN/admin/ssu.php on line 10


    Indeed, I do not see a "module_installer.php" file in my includes/classes directory.
    Last edited by crosswithyou; 20 Dec 2008 at 01:01 AM.

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. 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