Totally Zenned
- Join Date:
- Jul 2007
- Posts:
- 2,179
- Plugin Contributions:
- 2
Simple SEO URL (OLD version) [support thread]
I don't know what you did Raine but it works now. Thank you
Views: 1,113,796
Totally Zenned
I don't know what you did Raine but it works now. Thank you
New Zenner
<?php /** * @package Pages * @copyright Copyright 2003-2006 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license <http://www.zen-cart.com/license/2_0.txt> GNU Public License V2.0 * @version $Id: local.config.php.example 149 2009-03-04 05:23:35Z yellow1912 $ */ $ssuLocalConfig = array( 'languages' => array( 'default' => 'default', 'nl' => 'default', 'id' => 'default', ) ); testsite is on <https://www.waroeng.nl/test> Thanks for your help, Ronaldyellow1912:
Ronald, what is the complete name of your local config file, and what is the exact content inside?
Dear Yellow,
Totally Zenned
First of all, it's weird since you have EN (upper case) instead of en (lower case).
Something is wrong there but I'm not sure because I need to see your site configuration to know what is happening. Perhaps you can pm me your test site ftp and admin temporary login so I can check it for you.
Totally Zenned
Yellow I'm getting this after we updated last night when viewing my Include sitemapproducts.xml (http://www.thegoodshepherdstore.com/sitemapproducts.xml)
You have any suggestion. Thank you.
New Zenner
yellow1912:
First of all, it's weird since you have EN (upper case) instead of en (lower case).
Something is wrong there but I'm not sure because I need to see your site configuration to know what is happening. Perhaps you can pm me your test site ftp and admin temporary login so I can check it for you.
Thanks very much, Yellow, for solving this problem.
As you suggested the problem was indeed caused by the language codes in uppercase. Changing them in lowercase in admin/languages.php did the trick.
Thank you very much,
Ronald
Banned
Hi Yellow..
i am about to install your add-on to a site which has its own SSL.
I just thought i should ask if their are any known problems with SSL and your add-on before i start.. as i have only used this add-on on non-SSL sites so far.
laters
martin
Totally Zenned
I'm not sure if I installed this module correctly. Is something supposed to be showing i Admin-->Extras-->Simple Seo URL Manager?
I get the options to reset Cache, etc....
It does not appear that my cart is rewriting the urls.
Banned
Hi khopek... did you make the same mistake as me?
http://www.zen-cart.com/forum/showpost.php?p=774537&postcount=3676
Totally Zenned
Hahahahha. Yes mcshane I did. Just found that out before you replied actually.
There really needs to be a better Usage tutorial on this mod. Like the fact that there are options in Admin-->Configuration-->Simple SEO url. :)
Totally Zenned
bigbadbob:
As I listed my settings in the original post, Auto Alias Status is set to True. But it is obviously not removing all the identifiers as you say.
Set Category Seperator: was set at "/" and correct, I can change that, but to what? I want it to be "/".
Sorry, I didn't list two settings that are actually there (I copy and pasted from another post to save typing all the setting names and didn't realize two where missing).
There is also:
Set Category Separator: /
Hide defualt language identifier: TRUEThe site is at sandyshores dot net
Would be great if you can take a look and see what I am talking about. Then let me know what I need to do to make it work like the notes on the original post.
Thanks sooooo much!
I'm also looking to remove all the identifiers, but these instructions do not make sense. There is no option for Set Category Separator, or to set Auto Alias.:shocking:
Banned
hahahaha, great.. im not alone!
but at least you worked it out... i had to ask Yellow hahaha!
Totally Zenned
Yeah it was getting really frustrating. I didn't see anywhere in the Docs where it mentioned setting in Admin-->Config. Now if I can just get the identifiers removed...
Zen Follower
mcshane78:
hahahaha, great.. im not alone!
but at least you worked it out... i had to ask Yellow hahaha!
Great to see i am not alone here..i am trying to get this work too.. i didnt know there was setting for the ssu in admin-configuration.
Besides..no errros, latest version is installed (http://wiki.rubikintegration.com/zencart/modules/ssu/installation and module manager installed too.
I use norwegian language though..:wacko:
Zen Follower
I got this work(almost:laugh:)
When ssu is enabled, this link appears (which shows: The page isn't redirecting properly)
http://www.fotoexperten.no/NO/NO/NO/NO/kameraveske-c-8
This is the site when it is not turned on:
http://www.fotoexperten.no/index.php?main_page=index&cPath=8
Anyone who knows why i get this strange url?
Ok. let me clarify the settings:wink::
Zen cart version 1.3.8a.
.htacess (located in /www):
#### 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
RewriteEngine on
RewriteCond %{HTTP_HOST} ^fotoexperten.no$ [OR]
RewriteCond %{HTTP_HOST} ^www.fotoexperten.no$
RewriteRule ^article\/?$ "http\:\/\/www\.fotoexperten\.no\/" [R=301,L]
Admin-Configuration- Simple SEO URL:

Zen Follower
I got it work:clap:
"Set SSU Multi Language Status" had to be set to off
Zen Follower
Hi,
Ive installed got it working to the point that it changes the url however i am getting the error
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster 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."
The only step i have ignored is the one shown below, as to be honest, i have absolutely no idea what it is asking.
This folder is usually located at the root of your ZC store (http://site.com/path_to_store/cache)
*
If it is NOT, you will find in the SSU package the folder cache/ssu, copy this ssu folder along with its sub folders into your cache folder.
*
Go to path_to_cache_folder/ssu, set this “ssu” folder's and all its subfolders permission to 0777
*
It is VERY important to check and make sure that the values of DIR_FS_SQL_CACHE defined at the bottom of includes/configure.php and admin/includes/configure.php are the SAME.
Could someone suggest why i am getting this error?
Many thanks
Banned
MINOR.. (but annoying) problem with site when SSU is turned on
during the final stages of the checkout the customer is presented the
checkout success page... where the customer is given the option of product updates...
Please notify me of updates to these products
test product
You can view your order history by going to the My Account page and by clicking on "View All Orders".
Please direct any questions you have to customer service.
Thanks for shopping with us online!
with SSU turned off the customer is allowed to tick/untick this option and UPDATE this request.. the user is then returned to /index.php?main_page=account_notifications etc
however when SSU is turned on, when the user gets to the checkout success page... if they try to UPDATE the product notifications either nothing happens or the user is returned to the index page (/index/notify)
What has gone wrong and how do i fix it?
Banned
I am also unable to 'Manage Aliases' as in.. nothing appears in the AJAX box... anything i try to add doesnt appear...
are there instructions to using this?..
i did get it to work on a past site.. but nothing is happing here
Totally Zenned
I am still confused as to the Category Separator people are referring to. I do not have such an option in Admin->Config->Simple Seo Url.
Did I install something wrong?
I would really like to get rid of the identifiers in the url.
Banned
@khopek
Admin>Config>SSU
Set Link Alias Status = true
Set Link Alias Status = true
then go to Admin>Extras>SSU Manager
click Reset all cache
go to your site... click on a few product links and those 'p' & 'c' should have gone
Tell staff why this post should be reviewed.