Re: Simple SEO URL [support thread]
Hi,
thanks for the help. Yes I have enabled the local.config.php and the code is the same - I think it must be working as I can make the "es.php" transliterate from any standard letters to any other letters, just not the accented spanish ones which get ignored and replaced by hyphens.
Thanks neodolphin, every time I change something I reset all the caches just to make sure - interesting you had the same problem but reseting the caches didn't work for me, unfortunately.
Just to show an example, the english links are correct:
/en/ecological-jute-bags-c-13
the spanish should be:
/es/bolsos-yute-ecológicos-c-13
but it comes out as:
/es/bolsos-yute-ecol-gicos-c-13
Not sure if this is important but the "es.php" uses "$cyrillic = array" like the "ru.php". Whereas the "fr.php" uses its own "$french = array".
Anything else you can think of that I should check?
Thanks in advance.
Re: Simple SEO URL [support thread]
One of the things you should check is that you should really make sure the es.php file is saved as unicode utf8. If you still need help, I would be glad to. But I will need temporary access to your admin and ftp in otder to help. If you would like, then pm me
Re: Simple SEO URL [support thread]
Hello all -
I'm having some trouble getting this to work.
I tried installing the latest version, but ran into errors that were apparently due to a php5 vs. php4 problem. I installed the php4 version over the php5 version and those errors went away.
However, when I enable the SSU, my website won't work. The main page loads fine, but when I click on a category, contact us, etc., I get a 404 page from my hosting company. The address bar shows the simple URL, but I get the 404. As soon as I disable, it works again. I tried doing the clear cache thing after I enabled but it didn't work. I have no idea where to even start troubleshooting this . . . any suggestions?
This same thing happened when I tried (I believe it was) the Ultimate URL dealy, which is what led me to try this package.
Thanks in advance -- I'm really excited to get this working!
Re: Simple SEO URL [support thread]
Same problem for me with "biométrique" doesn't goes to "biometrique" but "biom-trique". The only things I have done is to use config.php instead of local.config.php and it's works. I don't know if it's a good way but why english is defined in config.php and the other language in another ? Because, what I see is that the language variable from local.config.php don't overwrite the other form config.php even with multi-language support
For the $cyrillic and $french it just the name of the variable.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
Lard_Lad
Hello all -
I'm having some trouble getting this to work.
I tried installing the latest version, but ran into errors that were apparently due to a php5 vs. php4 problem. I installed the php4 version over the php5 version and those errors went away.
However, when I enable the SSU, my website won't work. The main page loads fine, but when I click on a category, contact us, etc., I get a 404 page from my hosting company. The address bar shows the simple URL, but I get the 404. As soon as I disable, it works again. I tried doing the clear cache thing after I enabled but it didn't work. I have no idea where to even start troubleshooting this . . . any suggestions?
This same thing happened when I tried (I believe it was) the Ultimate URL dealy, which is what led me to try this package.
Thanks in advance -- I'm really excited to get this working!
Several things:
1. if you are running 1.3.8 you should be able to ask if your host have php5 available. The switch takes several minutes and totally safe.
2. if you see the 404 page, one possible problem is that you either incorrectly configure your .htaccess file or your host does not support mod_rewrite. You will have to check this out with your host.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
neodolphin
Same problem for me with "biométrique" doesn't goes to "biometrique" but "biom-trique". The only things I have done is to use config.php instead of local.config.php and it's works. I don't know if it's a good way but why english is defined in config.php and the other language in another ? Because, what I see is that the language variable from local.config.php don't overwrite the other form config.php even with multi-language support
For the $cyrillic and $french it just the name of the variable.
the local is there for a reason:
1. Everytime you upgrade, you dont have to worry about the config file in the new package overwrite your own.
2. SSU does take all definitions in the local config file as "priority", meaning the config there does over-ride the default config.
Re: Simple SEO URL [support thread]
I understand that the local is here for a reason but for me if I put exactly the same variable in local.config.php, I have the problem of rewriting over and over like I said in my first post.
Re: Simple SEO URL [support thread]
Where and when did you get the package? If you redownload it again does it happen again? Go to admin/includes/module_installation/yellow1912_ssu/current_version.txt, does it say Beta 3.7.1?
Re: Simple SEO URL [support thread]
zen 1.38a
sitemap xml 2.0
SSU 3.6.7(upgraded from 3.5.7)
only got English and default template
when i visit the site. url as expected. but when genreated xml sitemap, 'language/en' was trailed to every url, just like that
http://xxxxxxxxxxxxx/boutin-d-or-c-2...37/language/en
here is my settings for SSU:
Simple SEO URL
Name delimiter -
File extension html
ID delimiter -
Set max category level 2
Exclude list advanced_search_result,redirect,popup_image_additional,download,wordpress
Set Link Alias Status false
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,sort,page,disp_order,fi lter_id,alpha_filter_id
Set Auto Alias Status false
Set Category Separator /
Set default language identifier true i try this with both true or false, no luck. same
Re: Simple SEO URL [support thread]
sitemap xml 2.0 for some reason passes the "language" parameter into the zen_href_link function, this may happen because you have more than 1 language installed on your site? (whether you display multiple language on your site or not)
So you may want to check that, if your site does not have multiple language, you may want to check the sitemap setting. This happens because the module passes the language parameter into the zen_href_link function, this has nothing to do with SSU. The module simply accepts the language param and put into the url.
(BTW, when you upgrade, make sure every file is uploaded including the config.php file)