Zen Cart Logo
Forums / All Other Contributions/Addons / Simple SEO URL (OLD version) [support thread]

Simple SEO URL (OLD version) [support thread]

Views: 1,113,764

Results 3,921 to 3,940 of 5,058
11 Oct 2009, 9:15 PM
#3921
johnnylazerball avatar

johnnylazerball

New Zenner

Join Date:
Aug 2008
Posts:
29
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

Tried a work around and had some success

12 Oct 2009, 5:16 AM
#3922
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

johnnylazerball:

I am using multisite and simple SEO all works great except I get this every once in awhile

/categories_name-c-0/products-name-p-18

and of course the page says "Sorry, the product was not found."

How do I fix it?
Meaning you are using easypoplulate version that messes up the master category id. You can reset master category id via store manager in the admin I believe. Be careful if you are also using linked products though.

12 Oct 2009, 3:11 PM
#3923
madelharri avatar

madelharri

New Zenner

Join Date:
Mar 2009
Posts:
19
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Could someone please point me to the installation instructions for the mod? The read me gives a URL http://wiki.rubikintegration.com/zencart/modules/ssu which takes me to a page with a message saying that it is a topic that doesn't yet exist.
Thanks

12 Oct 2009, 6:32 PM
#3924
malice95 avatar

malice95

New Zenner

Join Date:
Mar 2009
Posts:
34
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

I just noticed doing a backup that my simple seo cache is HUGE..
tousands and thousands of tiny files. I tried resetting it in the
admin gui but it timed out.

I only have 15 products.

Any idea whats going on?

Can I clean it up somehow from the command line?

Thanks,
Mike

13 Oct 2009, 12:18 AM
#3925
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

Hi Raine I have a little problem sometimes. I notice when you click on a category it takes you to the product page instead of seeing all the products in that category. When I cut seo off it works fine. When I cut seo off and clean my cache it seems to work for a little while then it messes up again. Any ideas on this would be appreciated. Thanks you in advance.

13 Oct 2009, 3:36 PM
#3926
pe1234ter avatar

pe1234ter

New Zenner

Join Date:
Mar 2009
Posts:
28
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

I have little problem with the Simple SEO URL

I have some products with manufacturers name contain "&" and "-"
for example "X&Y" and "X-game"
if using the manufacturer side box to sort those items, the url display like this:

For manufacturer "X&Y" will display: https://www.mydomain.com/shop/x
how to change it back to https://www.mydomain.com/shop/manufacturer/x-y

For manufacturer "X-game" will display: https://www.mydomain.com/shop/game

how to change it back to https://www.mydomain.com/shop/manufacturer/x-game

thx

13 Oct 2009, 7:49 PM
#3927
matt_smith avatar

matt_smith

Zen Follower

Join Date:
Oct 2008
Posts:
108
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Hi

Can't find the installation instructions for this. the links do not seem to be operating.

Thanks

matt

14 Oct 2009, 1:42 AM
#3928
ninnypants avatar

ninnypants

New Zenner

Join Date:
Oct 2009
Posts:
1
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

My installation is still showing warnings when I visit ssu_check.php

I am using the .htaccess file that is provided and this is my includes/configure.php setup:

define('HTTP_SERVER', 'http://mysite.com');
define('HTTPS_SERVER', 'https://mysite.com');

define('DIR_WS_CATALOG', '/store/');
define('DIR_WS_HTTPS_CATALOG', '/store/');

and all of my cache files are set to 777

Can anyone explain why I'm getting these warnings? The don't make sense to me.

14 Oct 2009, 9:19 PM
#3929
richardr avatar

richardr

New Zenner

Join Date:
Jul 2009
Location:
Maryland
Posts:
34
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Matt Smith:

Hi

Can't find the installation instructions for this. the links do not seem to be operating.

Thanks

matt

try here : http://wiki.rubikintegration.com/zencart/modules/ssu/installation

14 Oct 2009, 9:30 PM
#3930
richardr avatar

richardr

New Zenner

Join Date:
Jul 2009
Location:
Maryland
Posts:
34
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

I could use some help too, I see that I am supposed to append my htaccess file but not sure what I should replace, could someone let me know what lines to cut to replace please.

Thanks,

here is what I currently have in my htaccess file:

RewriteEngine on

# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName aprons4you.com
AuthUserFile /home/apronsy1/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/apronsy1/public_html/_vti_pvt/service.grp
RewriteCond %{HTTP_HOST} ^aprons4you.net$ [OR]
RewriteCond %{HTTP_HOST} ^www.aprons4you.net$
RewriteRule ^.*$ "http\:\/\/aprons4you\.com\/" [R=301,L]


# BEGIN WordPress

# END WordPress
#### BOF SSU
Options +FollowSymLinks
RewriteEngine On
# Change "/zencart/ to the correct setting
# if your site is located at root folder, then you should have RewriteBase /
# Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG
RewriteBase /zencart/

# 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 know that goes in there somewhere but I can't figure where, also, my site is https://www.aprons4you.com, so i'm not sure why it's pointing to aprons4you.net??? I do own that and it's pointed here as well but that is not the parent url?

Thanks,

15 Oct 2009, 2:33 PM
#3931
gmrm avatar

gmrm

Zen Follower

Join Date:
Apr 2009
Location:
Oxford UK
Posts:
192
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Yellow i have a question for you. I have a server with 1and1 and i have used all of my allocated files 262,144 in total. I have noticed that SSU uses a lot of these in the cache. Is there a way of having the cache in the DB not the cache in the root directory of my website ???

15 Oct 2009, 2:36 PM
#3932
porty777 avatar

porty777

New Zenner

Join Date:
Aug 2009
Posts:
8
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

ninnypants:

My installation is still showing warnings when I visit ssu_check.php

I am using the .htaccess file that is provided and this is my includes/configure.php setup:

define('HTTP_SERVER', 'http://mysite.com');
define('HTTPS_SERVER', 'https://mysite.com');

define('DIR_WS_CATALOG', '/store/');
define('DIR_WS_HTTPS_CATALOG', '/store/');

> 
> and all of my cache files are set to 777
> 
> Can anyone explain why I'm getting these warnings? The don't make sense to me.
ninnypants, I had the same problem, but someone pointed out to me that there are no errors. It just says checking. Try going forward and see if you have any other problems.
15 Oct 2009, 4:44 PM
#3933
matt_smith avatar

matt_smith

Zen Follower

Join Date:
Oct 2008
Posts:
108
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Thanks for the link about installation. My knowledge of Zencart is expanding all the time, but the info on the link is confusing for me. I've looked through a lot of this thread for an idiots guide to using this add-on, but to no avail.

Really I need to know.

Which files to upload and where to.
Simple steps to how I change the urls to more user friendly names.

Sorry to be such a pain, but is there anyone reading this who can get down to my level.

Thanks

Matt:(

15 Oct 2009, 5:15 PM
#3934
richardr avatar

richardr

New Zenner

Join Date:
Jul 2009
Location:
Maryland
Posts:
34
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Matt Smith:

Thanks for the link about installation. My knowledge of Zencart is expanding all the time, but the info on the link is confusing for me. I've looked through a lot of this thread for an idiots guide to using this add-on, but to no avail.

Really I need to know.

Which files to upload and where to.
Simple steps to how I change the urls to more user friendly names.

Sorry to be such a pain, but is there anyone reading this who can get down to my level.

Thanks

Matt:(

everything was really quite easy except for the htaccess thing that I myself am having problems with. But that is only because I think I have other plugins that have added stuff to my htaccess file. If you have a blank htacess at start, just use the one that is included and will be easy from there, if you are running 1.3.8a all you have to do is upload the files, then log into admin and select it from extras and it installs itself, then go to the cofig section of admin and turn it on. only change that you might need to make would be if you changed the name of your admin folder (for security) make sure that you change the name on your upload file to go to the right admin directory.

15 Oct 2009, 5:45 PM
#3935
matt_smith avatar

matt_smith

Zen Follower

Join Date:
Oct 2008
Posts:
108
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Thanks Richard for such a quick response. I'm still a little unclear. which files do I upload - all of them? admin, includes,cache, ajax, docs, ht access, ssu check.

Thanks

matt

15 Oct 2009, 6:06 PM
#3936
richardr avatar

richardr

New Zenner

Join Date:
Jul 2009
Location:
Maryland
Posts:
34
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Matt Smith:

Thanks Richard for such a quick response. I'm still a little unclear. which files do I upload - all of them? admin, includes,cache, ajax, docs, ht access, ssu check.

Thanks

matt

yes all of them.. just make sure to change your admin folder to match the name of your admin folder if you changed it. If you have not, you really should read the section on security and rename that folder to help with hack attempts.

16 Oct 2009, 4:11 AM
#3937
dan123 avatar

dan123

New Zenner

Join Date:
Apr 2008
Posts:
82
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Hi all,
I just installed this add on, moved all the files to the server. But now when I go to admin-extras-SSu Manager it shows me this message:
1048 Column 'configuration_group_id' cannot be null
in:
[INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Set default language identifier', 'SSU_MULTI_LANGUAGE_DEFAULT_IDENTIFIER', 'true', 'This option is useful for sites that use multi-languages. You can tell SSU to not add language identifier into the links for the default language.', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

I went through forum and saw that askaquestion also had this problem, but he did not post the solution. And delete from module_version_tracke where module_code = 'yellow1912_ssu'; did not work either.

Can anybody help me get this thing working?
Thanks!!!

16 Oct 2009, 4:13 AM
#3938
dan123 avatar

dan123

New Zenner

Join Date:
Apr 2008
Posts:
82
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

forgot to add, the verison I am using - Beta 3.6.4

16 Oct 2009, 4:35 AM
#3939
richardr avatar

richardr

New Zenner

Join Date:
Jul 2009
Location:
Maryland
Posts:
34
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

do you have the module manager installed?

16 Oct 2009, 4:47 AM
#3940
dan123 avatar

dan123

New Zenner

Join Date:
Apr 2008
Posts:
82
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

yes, I have it, and it shows that I have yellow1912_ssu module installed as well.