Page 169 of 506 FirstFirst ... 69119159167168169170171179219269 ... LastLast
Results 1,681 to 1,690 of 5054
  1. #1681
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by ScottMorgan View Post
    Bless you for your quick response. Very helpful..

    Here's what I put for the LINK
    /index.php?main_page=index&cPath=1/

    And this for the ALIAS
    /Cards/

    AND the URL translates to:
    http://www.MYDOMAIN.com/index.php?/cards-c-1

    Shouldn't it drop the index.php?/
    No, you are supposed to put the already SEOized link there, please view the tutorial here http://public.rubikintegration.com/t.../ssu_alias.htm
    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. #1682
    Join Date
    Oct 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    OK.. That clears a lot up... but I've tried clearing all the cache
    but it still comes up the way it did the first time.

    LINK (Card-Games-c-1)
    ALIAS (Card-Games)

    The status bar in the browser shows I'm going to
    www.MYDOMAIN.com/card-games/

    But translates in the URL as:
    http://www.MYDOMAIN.com/index.php?/card-games-c-1
    (AND IS DISPLAYING THE HOME PAGE)

    Configure >> Simple SEO URL

    Title Value Action
    Name delimiter -
    File extension
    ID delimiter -
    Set max category level 2
    Exclude list advanced_search_result,redirect,popup_image_additional
    Set Link Alias Status true
    Set minimum word length 0
    Set maximum name length 0
    Set SSU Status true
    Set SSU Multi Language Status false
    Set Query Key's Exclude List zenid,gclid,number_of_uploads,number_of_downloads,action

  3. #1683
    Join Date
    Oct 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Does this system revert to lower case letters even though I use upper case letters in the LINK and ALIAS?

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

    Default Re: Simple SEO URL [support thread]

    It's weird to have index.php in the first place, please delete all link aliases, clear all caches, then create new aliases
    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

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by ScottMorgan View Post
    Does this system revert to lower case letters even though I use upper case letters in the LINK and ALIAS?
    yes, it changes everything to lowercase.
    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. #1686
    Join Date
    Oct 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Got it! The problem was in my changes in the .htaccess.

    Once that was corrected, it worked fine.

    Thank you... Thank you... Thank you... for all your help.

    I noticed in the SEO config it recommends that you not use
    an extention.. IE. .html.

    Do you agree with this?

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by ScottMorgan View Post
    Got it! The problem was in my changes in the .htaccess.

    Once that was corrected, it worked fine.

    Thank you... Thank you... Thank you... for all your help.

    I noticed in the SEO config it recommends that you not use
    an extention.. IE. .html.

    Do you agree with this?
    Yup, to me it makes no sense, for your customers it's 5 extra letters (.htnl), and it will not help anything with SEO
    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. #1688
    Join Date
    Sep 2008
    Posts
    38
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    My host says mod rewrite is enabled and something must be wrong with the .htaccess , this is the code and it's in the hotdocs folder , any clues ? thanks
    #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    # Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
    RewriteBase /

    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]

    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond %{SCRIPT_FILENAME} !-d
    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
    #### EOF SSU

    <IfModule mod_security.c>
    # Turn off mod_security filtering.
    SecFilterEngine Off

    # The below probably isn't needed, but better safe than sorry.
    SecFilterScanPOST Off
    </IfModule>

  9. #1689
    Join Date
    Oct 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Thanks for all your help yellow..! Running like a top now.

    Happy Holidays...

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

    Default Re: Simple SEO URL [support thread]

    Very weird indeed, is this file located at the root of your store?

    If you do feel comfortable with it, create a temporary ftp account and pm so I can look into it for you. It's okie if you dont feel comfortable about that, I do understand. There were people who acted like Im about to hack to their stores when I offered to help, and it did hurt my feeling.



    Quote Originally Posted by goldenhues View Post
    My host says mod rewrite is enabled and something must be wrong with the .htaccess , this is the code and it's in the hotdocs folder , any clues ? thanks
    #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    # Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
    RewriteBase /

    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]

    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond %{SCRIPT_FILENAME} !-d
    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
    #### EOF SSU

    <IfModule mod_security.c>
    # Turn off mod_security filtering.
    SecFilterEngine Off

    # The below probably isn't needed, but better safe than sorry.
    SecFilterScanPOST Off
    </IfModule>
    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