includes/classes/ssu/cores/link.php
includes/classes/ssu/cores/link.php
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
Perfect! In link.php, I added a trailing slash successfully by finding this line:
and adding this below it:Code:$link = str_replace('/?', '?', $link);
Could anyone give me a tip on how to force a slash when someone links to or types in a URL without one? I ask because /blog/ works great for me, but /blog with no trailing slash gives an error ("Warning: Cannot modify header information - headers already sent by...").Code:$link .= "/";
Hi everyone.
SSU version is Beta 3.6.6
my site www.rchobbycn.com was hosted by bluehost.com
my site SSU configration is
Set minimum word length 0
Set Link Alias Status false
Exclude list advanced_search_result,redirect,popup_image_additional,download,wordpress,tell_a _friend,checkout_shipping,shopping_cart
Set max category level 2
Name delimiter -
ID delimiter -
File extension
Set SSU Status true
Set SSU Multi Language Status false
Set maximum name length 0
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 have try to reset all the cache
But my shopping cart and advanced_search_result can't work.
it said: Page Not Found
Any help will be appreciated.
Do you have the content of your htaccess? Can you post here? Just a feeling but I suspect you used some other seo module before and have some info left in the htaccess.
Last edited by yellow1912; 13 Mar 2009 at 06:49 AM.
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
my .htaccess content is
#### 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 [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
I didn't install other seo module.
I just upgrade from SSU 3.5.8 to SSU 3.6.6. SSU 3.5.8 work, but after upgrade, didn't work.
THE shopping_cart and advansed_search_result URL IS
http://www.rchobbycn.com/advanced_search_result.html and
http://www.rchobbycn.com/shopping_cart.html
Your File extension is currently null, so it would be weird that ssu adds html to it.
On top of that, you have: advanced_search_result in the exclude list as well, so SSU would not do any redirection on this page (but your site is doing that)
Pretty weird if you ask me. Do you have any other seo module installed, or perhaps installed before and was not completely removed?
Did you follow: http://wiki.rubikintegration.com/zen...es/ssu/upgrade ?
Maybe rechecking if all files are uploaded correctly, and SSU cache is cleared, and all sql patches applied
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
I just installed previous version simple_seo_url_rev235, but it work for me. After upgrade to simple_seo_url_3-5-8, didnt' work, then upgrade to ssu 3.6.6, also didn't work. so i don't know what happened.
I would try to make sure all the files are uploaded correctly first.
You can not have extension in the link if you do not define it in the setting.
You can see the demo of latest ssu here:
http://demo.rubikintegration.com/ssu/
If you want, pm me a temporary admin and ftp info, I can help you to check.
BTW, my Avast reported a sign of trojan when I was browsing your site, not sure if that is a coincident or not. You may want to check for any malicious script on the site
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
@samhuang: I checked your site on google, and it was clear to me that you were using Ultimate Seo Url which is different from this module, this may be the root of the problem you are facing.
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
I installed the ultimate_seo_urls, now i remove the ultimate_seo_urls. the SSU work now.
THKS yellow1912
Bookmarks