Page 311 of 506 FirstFirst ... 211261301309310311312313321361411 ... LastLast
Results 3,101 to 3,110 of 5054
  1. #3101
    Join Date
    May 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi, Yellow!
    I've installed SSU version 3.6.7 on my site. I use the russion as default language for my site on zen 1.3.8a.
    Then ulrs for categories was http://site/ru/-c-12 insted http://site/ru/mycategoryname-c-12
    So I made some changes to ru.php
    1) I've added "return urlencode($name);" at the end of ru.php. !!! fix it.
    2) I use cp1251 (Windows Cyrillic) for Russian insted utf8 on my site. So I converted ru.php.
    3) I add some chars in translit for Ukrainian language
    Code:
    $cyrillic = array("'", "`", "і", "ї",  "є", "ж",   "ё",  "й", "ю",  "ь", "ч",  "щ",  "ц", "у", "к", "е", "н", "г", "ш",  "з", "х", "ъ", "ф", "ы", "в", "а", "п", "р", "о", "л", "д", "э", "я",  "с", "м", "и", "т", "б", "І", "Ї",  "Є",  "Ё",  "Й", "Ю",  "Ч",  "Ь", "Щ",  "Ц", "У", "К", "Е", "Н", "Г", "Ш",  "З", "Х", "Ъ", "Ф", "Ы", "В", "А", "П", "Р", "О", "Л", "Д", "Ж",  "Э",  "Я",  "С", "М", "И", "Т", "Б");
       		
    $translit = array("",  "",  "i", "yi", "ye", "zh", "yo", "i", "yu", "",  "ch", "sh", "c", "u", "k", "e", "n", "g", "sh", "z", "h", "",  "f", "y", "v", "a", "p", "r", "o", "l", "d", "ye","ya", "s", "m", "i", "t", "b", "I", "YI", "YE", "YO", "I", "YU", "CH", "",  "SH", "C", "U", "K", "E", "N", "G", "SH", "Z", "H", "",  "F", "Y", "V", "A", "P", "R", "O", "L", "D", "Zh", "Ye", "Ya", "S", "M", "I", "T", "B");
    Hope it will be useful for people.
    Thanks for SSU!

  2. #3102
    Join Date
    Aug 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    ok, so i have this loaded, everything went well, now what do i do.. i hit the reset all caches and nothing happened.. I hit the Manage Aliases and nothing happened

    here is what my hta looks like

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^prokarateshop.com$ [NC]
    RewriteRule ^(.*)$ http://www.prokarateshop.com/$1 [R=301,L]
    # BEGIN WordPress

    # END WordPress
    #### BOF SSU
    Options +FollowSymLinks -MultiViews

    RewriteEngine On

    RewriteBase /

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

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

    #### EOF SSU

    any thoughts on what to do now.....

  3. #3103
    Join Date
    Apr 2009
    Location
    Oxford UK
    Posts
    192
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hello all i cannot for the life of me get this to work . I have figured out that when i remove /includes/auto_loaders/config.ssu.php my site works but when i put that file in there i get a blank page on EVERY page . Please help me someone as i have been playing with this for over a week now with no joy.

  4. #3104
    Join Date
    Aug 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by wagnerguy View Post
    ok, so i have this loaded, everything went well, now what do i do.. i hit the reset all caches and nothing happened.. I hit the Manage Aliases and nothing happened

    here is what my hta looks like

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^prokarateshop.com$ [NC]
    RewriteRule ^(.*)$ http://www.prokarateshop.com/$1 [R=301,L]
    # BEGIN WordPress

    # END WordPress
    #### BOF SSU
    Options +FollowSymLinks -MultiViews

    RewriteEngine On

    RewriteBase /

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

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

    #### EOF SSU

    any thoughts on what to do now.....
    Ok, i got it to work, but how to do i remove the c-2 and similar characters from the domain?

  5. #3105
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    to gmrm,
    please tell what is the ver of zen-cart and ssu did you is install. and also please tell if you have installed "module manager" from Yellow1912 (without this mod SSU will not work)

  6. #3106
    Join Date
    Aug 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by xordox View Post
    to gmrm,
    please tell what is the ver of zen-cart and ssu did you is install. and also please tell if you have installed "module manager" from Yellow1912 (without this mod SSU will not work)
    i have the latest version i guess 1.3 and i have installed the module manager

  7. #3107
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by wagnerguy View Post
    i have the latest version i guess 1.3 and i have installed the module manager
    what is the ver of SSU?
    EDITED: sorry I understand that you make it work, I ask a gmrm ;)

  8. #3108
    Join Date
    Apr 2009
    Location
    Oxford UK
    Posts
    192
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi mate thanks for the reply. I installed Module manager rev16.

    I have version 1.3.8a new zen cart setup.

    I have simple seo version 3-5-8

  9. #3109
    Join Date
    Sep 2008
    Location
    Tel-Aviv-New York
    Posts
    143
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by gmrm View Post
    Hi mate thanks for the reply. I installed Module manager rev16.

    I have version 1.3.8a new zen cart setup.

    I have simple seo version 3-5-8
    please try to install 3.6.7 http://public.rubikintegration.com/

  10. #3110
    Join Date
    Apr 2009
    Location
    Oxford UK
    Posts
    192
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi mate it still displays a blank page on every page so i have had to remove config.ssu to get my site back on again. What is happening

 

 

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