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,819

Results 1,861 to 1,880 of 5,058
10 Jan 2009, 5:13 PM
#1861
4thwave avatar

4thwave

Zen Follower

Join Date:
Sep 2007
Posts:
125
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

I believe this was in a page from a link in the notes somewhere so I copied it and made the changes. It would seem from yoour reply that the original .htaccess file should be the one to modify so I will do it and check the results..

Sorry for the confusion.

10 Jan 2009, 5:16 PM
#1862
yellow1912 avatar

yellow1912

Totally Zenned

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

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

4thwave:

I believe this was in a page from a link in the notes somewhere so I copied it and made the changes. It would seem from yoour reply that the original .htaccess file should be the one to modify so I will do it and check the results..

Sorry for the confusion.
I dont think there is any thing like that in the note. You must have gotten confused with some other SEO module.

Anyhow, if you have not read it, this is a good place to start:
http://wiki.rubikintegration.com/zencart/modules/ssu/installation

10 Jan 2009, 5:19 PM
#1863
4thwave avatar

4thwave

Zen Follower

Join Date:
Sep 2007
Posts:
125
Plugin Contributions:
0

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

This is what I now have. It works wonderfully, I will go back through the notes to see exactly where I ended up going to get the previous .htaccess file.

VEARY NICE MOD!!! Thank you for writing it.:clap:

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

Alan

11 Jan 2009, 4:21 AM
#1864
tonyg5003 avatar

tonyg5003

New Zenner

Join Date:
Jan 2009
Posts:
4
Plugin Contributions:
0

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

starruby:

Well, when I disable SSU, then this problem does not occur. So it's confirmed that SSU is causing this problem. Is anyone else facing the same problem?

Regarding the shopping cart being empty after clicking "add to cart" - has this issue ever been completely troubleshot/resolved?

We have had this exact same scenario happen. When the SSU cache is refreshed, the problem goes away - but it returns anywhere from several hours later, to a couple of days later. In our case, it doesn't have anything to do with "www" vs no "www" in the URL. And in our case, the shopping cart will be empty with the same product repeatedly, until the cache is refreshed.

We refresh the cache after adding/editing products through Easy Populate. It happens regardless.

11 Jan 2009, 4:22 AM
#1865
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Which version are you using? :) 3.5.6 is the latest.

11 Jan 2009, 4:57 AM
#1866
tonyg5003 avatar

tonyg5003

New Zenner

Join Date:
Jan 2009
Posts:
4
Plugin Contributions:
0

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

yellow1912:

Which version are you using? :) 3.5.6 is the latest.

Thank you for the quick reply!

I'm waiting for our developer. In the meantime, could you tell me which file contains the exact version number? All I see is "4|Beta 2" in the "current version" file.

Oh my.... or is it this number "Alpha 2.2c", which I found in "ssu_definitions"?

Thanks!

11 Jan 2009, 6:54 AM
#1867
yellow1912 avatar

yellow1912

Totally Zenned

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

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

A very old version, I suspect.

Please upgrade
http://public.rubikintegration.com/

14 Jan 2009, 8:24 AM
#1869
yellow1912 avatar

yellow1912

Totally Zenned

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

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

danilovig:

A question:

No redirect of
http://www.mainada.es/demo_bebe/index.php?manufacturers_id=104
to
http://www.mainada.es/demo_bebe/kid-sleep-mf-104

Thanks
Hehe, my demo server is pretty much dead now. Any how, the reason why you did not get redirected, is that I did not think this link is available in the first place.

http://www.mainada.es/demo_bebe/index.php?manufacturers_id=104

It should be:

http://www.mainada.es/demo_bebe/index.php?main_page=index&manufacturers_id=104

The fix to make sure such cases are checked should be simple though. I will post it once my server is back up so I can check it first.

14 Jan 2009, 9:30 AM
#1870
danilovig avatar

danilovig

New Zenner

Join Date:
Nov 2007
Posts:
65
Plugin Contributions:
0

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

Ok

yes , i mistake

http://www.mainada.es/demo_bebe/index.php?manufacturers_id=104
redirect to
http://www.mainada.es/demo_bebe/kid-sleep-mf-104

Also in the products

yellow1912:

Hehe, my demo server is pretty much dead now. Any how, the reason why you did not get redirected, is that I did not think this link is available in the first place.

http://www.mainada.es/demo_bebe/index.php?manufacturers_id=104

It should be:

http://www.mainada.es/demo_bebe/index.php?main_page=index&manufacturers_id=104

The fix to make sure such cases are checked should be simple though. I will post it once my server is back up so I can check it first.

14 Jan 2009, 9:20 PM
#1871
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

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

Any idea why the google base feeder now creates the xml file with links like this?

<link><http://www.mydanilo.com/wax-pottery-sphere-3-c-33_42/sea-scape-sphere-3-p-294/>**currency/USD**</link>

Why the currency/USD at the end? Did not do this befor SSEO install I believe.

14 Jan 2009, 9:23 PM
#1872
yellow1912 avatar

yellow1912

Totally Zenned

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

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

mydanilo:

Any idea why the google base feeder now creates the xml file with links like this?

<link><http://www.mydanilo.com/wax-pottery-sphere-3-c-33_42/sea-scape-sphere-3-p-294/>**currency/USD**</link>

Why the currency/USD at the end? Did not do this befor SSEO install I believe.
Maybe you have more than 1 currency? Simply put the currency in the exclude list and it will look like this ?currency=usd

The reason it's there, anyway, is because the query is passed into the link, so if you want to remove it completely you have to check the feeder module. I would assume that google require currency to be there for multiple currencies site.

14 Jan 2009, 10:22 PM
#1873
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

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

Not sure I understand right. Exclude where? .htaccess? In the admin?

Ehmmm.. sorry, I just double checked and the currency/USD thing is there on my other feeds as well. Not just SSEO.

Must be just what google base adds...:blush:

14 Jan 2009, 10:24 PM
#1874
yellow1912 avatar

yellow1912

Totally Zenned

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

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

mydanilo:

Not sure I understand right. Exclude where? .htaccess? In the admin?

Ehmmm.. sorry, I just double checked and the currency/USD thing is there on my other feeds as well. Not just SSEO.

Must be just what google base adds...:blush:
If you want it to take another form(?currency=usd), instead of currency/USD you can go to admin-config-ssu and set the query exclude list, add currency into the list.

15 Jan 2009, 7:44 AM
#1875
danilovig avatar

danilovig

New Zenner

Join Date:
Nov 2007
Posts:
65
Plugin Contributions:
0

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

15 Jan 2009, 2:55 PM
#1876
yellow1912 avatar

yellow1912

Totally Zenned

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

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

danilovig:

you are probe

not redirect

http://www.mainada.es/demo_bebe/index.php?manufacturers_id=104
redirect to
http://www.mainada.es/demo_bebe/kid-sleep-mf-104

Also in the products[/quote]
Yes, and I explained the reason before, the link should not be generated in the first place.

And a new version of SSU coming within 1-2 days will fix it as well

15 Jan 2009, 3:16 PM
#1877
danilovig avatar

danilovig

New Zenner

Join Date:
Nov 2007
Posts:
65
Plugin Contributions:
0

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

ok, Thanks

yellow1912:

Yes, and I explained the reason before, the link should not be generated in the first place.

And a new version of SSU coming within 1-2 days will fix it as well[/QUOTE]

17 Jan 2009, 10:53 AM
#1878
danilovig avatar

danilovig

New Zenner

Join Date:
Nov 2007
Posts:
65
Plugin Contributions:
0

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

work very good

Thanks Yellow

the last version 3.5.7
download http://public.rubikintegration.com/

danilovig:

ok, Thanks

Yes, and I explained the reason before, the link should not be generated in the first place.

And a new version of SSU coming within 1-2 days will fix it as well[/QUOTE]

17 Jan 2009, 7:19 PM
#1879
hitchhiker avatar

hitchhiker

New Zenner

Join Date:
Dec 2008
Posts:
11
Plugin Contributions:
0

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

Having problems with my Simple SEO URL installation.

I've installed the add-on and the first thing I do is to click on

Reset all cache: Click here

and it says

/Mycirclelens.com/cache/ssu/ folder is not writable

It also says the same thing about

/Mycirclelens.com/cache/ssu/pc
/Mycirclelens.com/cache/ssu/aliases

I've chmod the entire folder to 777 so I'm not sure what else I can do.

Thanks for the help.

17 Jan 2009, 8:10 PM
#1880
hitchhiker avatar

hitchhiker

New Zenner

Join Date:
Dec 2008
Posts:
11
Plugin Contributions:
0

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

was able to solve this problem by creating all the directories in my file structure. now the reset cache button works.

however, it doesnt look like the url's are re-writing.

https://www.mycirclelens.com

hitchhiker:

Having problems with my Simple SEO URL installation.

I've installed the add-on and the first thing I do is to click on

Reset all cache: Click here

and it says

/Mycirclelens.com/cache/ssu/ folder is not writable

It also says the same thing about

/Mycirclelens.com/cache/ssu/pc
/Mycirclelens.com/cache/ssu/aliases

I've chmod the entire folder to 777 so I'm not sure what else I can do.

Thanks for the help.