Page 193 of 506 FirstFirst ... 93143183191192193194195203243293 ... LastLast
Results 1,921 to 1,930 of 5054
  1. #1921
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by MotoDelta View Post
    I did read the readme. THought I checked mod_rewrite but I'll double-check and I'll post back in the morning.
    If you need more help, please post your site url (or pm me), your .htaccess content, and your configure.php content without the passwords. Using ssu_check.php will also help you to get the correct setting.
    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. #1922
    Join Date
    Jan 2006
    Posts
    120
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    THanks I'll send those items to you late morning when I get back from an appt.

    mod_rewrite is on.

    I am using multisite, could that make a difference?

    I did run SSU check but didn't understand it's output. (got several exclamation points, are those bad?)

  3. #1923
    Join Date
    Jan 2006
    Posts
    120
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    PM'd you the info

  4. #1924
    Join Date
    Jan 2006
    Posts
    120
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I'm backing out right now because the whole site is acting wonky... I must have done something wrong...

  5. #1925
    Join Date
    Nov 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I test in my test site

    Thanks

    Quote Originally Posted by yellow1912 View Post
    SSU 3.6.0 RC1 is now available, this release is still under testing, please do NOT use on live site yet.

    New feature:
    SSU now automatically builds link aliases and remove ALL identifiers from your links whenever possible.

    For live sites, please wait until I rewrite the admin part, as of now the admin link alias manager does not have pagination, hence for store with thousands of products and categories you may not be able to manage the aliases at all.

    As usual, I welcome anyone who is willing to test this out on their test site.

    PS: I wanted to allow users to set the alias when they edit categories, products, etc as well, but that mean i will have to hack into zen core code, and I'm a bit reluctant to do that.

  6. #1926
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    I am trying to install this mod on a development site. www.ohiospeedshop.com/dev This is what I have for the .htaccess:
    Code:
    #### BOF SSU
    Options +FollowSymLinks
    RewriteEngine On
    # Change "/zencart/ to the correct setting
    # if your site is located at root folder, then you should have RewriteBase /
    # Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG
    RewriteBase /dev/
    
    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]
    
    RewriteCond %{SCRIPT_FILENAME} -f [OR]
    RewriteCond %{SCRIPT_FILENAME} -d
    RewriteRule .* - [L]
    
    RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]
    #### EOF SSU
    When I enable the mod and go to any of the links. The url in the navigation bar will change but It will reload the home page again. I am not sure why that is. Does anyone have a clue?

  7. #1927
    Join Date
    Nov 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    hello..

    I'm test the version 3.6

    i don't work remove all , when disabled set alias status auto= off

    i don't work Set max category level and set alias status auto=off

    example:
    Set max category level = 3

    level 1 -->http://www.mainada.es/demo_bebe/cochecitos-bebe-c-19
    level2 --> http://www.mainada.es/demo_bebe/coch...nfort-c-19_143
    level3-->http://www.mainada.es/demo_bebe/coch...x-c-19_143_261



    Quote Originally Posted by danilovig View Post
    I test in my test site

    Thanks

  8. #1928
    Join Date
    Dec 2008
    Location
    USA
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hello,
    I installed SSEO today and when I set configuration->SimpleSEO URL->Set SSU Status to true.

    and I went back to click on any catogiries from main site, I see the following error:

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.salevalley.com Port 80


    when I turn off SSEO, everything works like before.

    I am using zencart 1.3.8a and downloaded the SSEO today.

    Please help me.

  9. #1929
    Join Date
    Dec 2008
    Location
    USA
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I got it. I have a problem in my.htaccess file.

    I am sorry, if I troubled you with my dumb question.

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

    Default Re: Simple SEO URL [support thread]

    More than likely you have not cleared your SSU cache.
    Link alias must be on, auto alias must be on, cache must be cleared.

    Quote Originally Posted by danilovig View Post
    hello..

    I'm test the version 3.6

    i don't work remove all , when disabled set alias status auto= off

    i don't work Set max category level and set alias status auto=off

    example:
    Set max category level = 3

    level 1 -->http://www.mainada.es/demo_bebe/cochecitos-bebe-c-19
    level2 --> http://www.mainada.es/demo_bebe/coch...nfort-c-19_143
    level3-->http://www.mainada.es/demo_bebe/coch...x-c-19_143_261
    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

 

 

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