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! :bigups:
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.....
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.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
wagnerguy
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?
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)
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
xordox
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
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
wagnerguy
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 ;)
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
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
gmrm
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/
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