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

Results 3,321 to 3,340 of 5,058
30 Jun 2009, 1:34 PM
#3321
yellow1912 avatar

yellow1912

Totally Zenned

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

Simple SEO URL (OLD version) [support thread]

twdhosting:

Cheers Yellow - that nailed it :)

I removed the html extension from the SSU config...

It's a shame it didn't work with the .html extension though - it makes the URL's look neater somehow...
I will look into it in future versions. But just for some info, in the seminar I attended recently with the big G guys, I had this question and they told me the html extension doesnt really have any value. It will just mean your client will have to type some extra characters

2 Jul 2009, 3:52 AM
#3322
ocs09 avatar

ocs09

New Zenner

Join Date:
May 2009
Posts:
15
Plugin Contributions:
0

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

Hi,
How can I keep Simple SEO from redirecting css and image files? everything else is working fine```
Hi everyone,
Im trying to optimize our webpage and while using firebug, it seems that a lot of pages are being unnecessarily 301 redirected (we have Simple SEO installed).

Here is the htaccess file; (I have put modrewrite off clauses in some folder but cant get all files)

[CODE]
php_value max_execution_time 3600

BOF SSU

Options +FollowSymLinks -MultiViews
RewriteEngine On

Make sure to change "zencart" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /

RewriteBase /

Deny access from .htaccess

RewriteRule ^.htaccess$ - [F]

RewriteCond %{HTTP_HOST} ^domain.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]

EOF SSU


How can i add a clause to stop redirecting images, css files, etc to avoid problems?

Thanks in advance!\[/CODE]
2 Jul 2009, 4:11 AM
#3323
yellow1912 avatar

yellow1912

Totally Zenned

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

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

I dont see any reason ssu would redirect your css or image files at all, perhaps you may want to describe your problem in more details

2 Jul 2009, 4:13 AM
#3324
ocs09 avatar

ocs09

New Zenner

Join Date:
May 2009
Posts:
15
Plugin Contributions:
0

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

while checking out a firebug report (debug addon for firefox), i can see that it is redirecting everything, not only php files which i think is slowing down the server

2 Jul 2009, 4:38 AM
#3325
yellow1912 avatar

yellow1912

Totally Zenned

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

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

ocs09:

while checking out a firebug report (debug addon for firefox), i can see that it is redirecting everything, not only php files which i think is slowing down the server
The htaccess content doesnt redirect images or urls if they really exists on the site. So you may want to check if those files are really there.

You also have not told me exactly how those links are redirected (from -- to ?) so Im not sure what exactly is causing the redirection

2 Jul 2009, 9:25 AM
#3326
craigwatt avatar

craigwatt

New Zenner

Join Date:
Sep 2008
Posts:
4
Plugin Contributions:
0

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

:clap:

This is just a note to Yellow to say a very big thank-you for the help with the SEO add-on yesterday.

It was greatly appreciated...

Craig

4 Jul 2009, 4:36 PM
#3327
pglock avatar

pglock

New Zenner

Join Date:
Jun 2006
Location:
UK
Posts:
65
Plugin Contributions:
0

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

You've been very helpful in the past so I'm hoping that I can call on your help once more.

I'm trying to run version 1.7.3 of google base feeder with ssu 3.6.7

My .htaccess is:

#### BOF SSU 
Options +FollowSymLinks -MultiViews 
RewriteEngine On 
RewriteBase /store/ 

# Deny access from .htaccess 
RewriteRule ^\.htaccess$ - [F] 

RewriteCond %{HTTP_HOST} ^[url]www.splatcooking\.net[/url] [NC]
RewriteCond %{REQUEST_URI} ^/store/$
RewriteRule ^(.*)$ http://store.splatcooking.net/$1 [R=301,L]

RewriteCond %{SCRIPT_FILENAME} !-f 
RewriteCond %{SCRIPT_FILENAME} !-d 
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA] 

# STRIP THE REWRITEBASE RULE FROM NON-SSL CONNECTIONS. 
RewriteCond %{SERVER_PORT} 80 
RewriteCond %{HTTP_HOST} store.splatcooking.net 
RewriteCond %{REQUEST_URI} ^/store/ 
RewriteRule ^(.*) /index.php?/$1 [E=VAR1:$1,QSA,L] 
#### EOF SSU

When I try to use the Google Base Feeder product list generation by calling ```
https://store.splatcooking.net/googlefroogle.php?feed=fy_un_tp

I get redirected to ```
https://www.splatcooking.net/googlefroogle.php?feed=fy_un_tp

Any ideas?

4 Jul 2009, 5:44 PM
#3329
pglock avatar

pglock

New Zenner

Join Date:
Jun 2006
Location:
UK
Posts:
65
Plugin Contributions:
0

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

For some reason, https://www.splatcooking.net/store/googlefroogle.php?feed=fy_un_tp doesn't generate the feed file I need, and there's no error shown in the log. I'm trying to eliminate SSU from the problem, hence the question about redirects.

5 Jul 2009, 1:26 AM
#3330
yellow1912 avatar

yellow1912

Totally Zenned

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

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

pglock:

For some reason, https://www.splatcooking.net/store/googlefroogle.php?feed=fy_un_tp doesn't generate the feed file I need, and there's no error shown in the log. I'm trying to eliminate SSU from the problem, hence the question about redirects.
You should use zencart debug tool, this is more than likely not caused by SSU

5 Jul 2009, 8:56 PM
#3331
pglock avatar

pglock

New Zenner

Join Date:
Jun 2006
Location:
UK
Posts:
65
Plugin Contributions:
0

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

I used the debug tool as suggested. I'll post a description of the problem in case others come across it.

When googlefroogle.php is called it looks for if magic seo urls is set to 'true'. If they are (and would be if SSU is installed), then you'll see this kind of error ```
PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/classes/msu_ao.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/usr/local/bin/pear')

The suggested fix from the support forum for Google Base Feeder is to purchase a plugin. 
I tried to go for the cheap option by commenting out the test for magic seo urls in googlefroogle.php, but that leads to no links being generated for the products. I'll play around a bit more and re-post if I get a stable solution.
6 Jul 2009, 3:08 PM
#3332
yellow1912 avatar

yellow1912

Totally Zenned

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

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

pglock:

I used the debug tool as suggested. I'll post a description of the problem in case others come across it.

When googlefroogle.php is called it looks for if magic seo urls is set to 'true'. If they are (and would be if SSU is installed), then you'll see this kind of error ```
PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/classes/msu_ao.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/usr/local/bin/pear')

> I tried to go for the cheap option by commenting out the test for magic seo urls in googlefroogle.php, but that leads to no links being generated for the products. I'll play around a bit more and re-post if I get a stable solution.
It is saying your file is requiring msu which is magic seo url for some reason?
7 Jul 2009, 2:11 PM
#3333
jeet_kune_do avatar

jeet_kune_do

Zen Follower

Join Date:
Nov 2008
Location:
Slovenija
Posts:
119
Plugin Contributions:
0

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

I'm wondering why I' can't reset my cache. It's loading and loading and loading, and nothing happen.

What should I do? It's there some other method?

If I upgrade simple SEO to a newest version i will lost the addon for extra symbols like "-"

Thank you.

7 Jul 2009, 7:49 PM
#3334
jdr8271 avatar

jdr8271

New Zenner

Join Date:
Jun 2009
Posts:
15
Plugin Contributions:
0

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

Is there any way to make it so that linked products have the same url no matter what category they are in.

7 Jul 2009, 8:51 PM
#3335
coolcarpartsonline avatar

coolcarpartsonline

Totally Zenned

Join Date:
Feb 2008
Posts:
1,386
Plugin Contributions:
0

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

Caching the products in the Cache folder is causing server problem. I already have a large website and now all the products and categories are being cached on the server which counts each of them as a file. So each product now has 3 files on the server. One for the original images, one for the bmz_cache for image handler and one for the SSU. How can I solve this problem. I can't even run the clean cache from the admin anymore since the website have 18000 products and the mysql loose communication before executing the file.

8 Jul 2009, 1:54 AM
#3336
yellow1912 avatar

yellow1912

Totally Zenned

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

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

You should use the latest version of SSU to reduce the number of cache files created. Also, accompany in all new version is a cron file which will help to automatically clean up cached files. You can set it to run every few days.

Also, to fix the current problem first, you can try to run the clear cache, it will time out but keep running several times, each time a few thousand files should be cleared out. And also, clearing cache should not affect mysql server because it doesnt make any call to mysql server.

8 Jul 2009, 1:56 AM
#3337
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Jeet Kune Do:

I'm wondering why I' can't reset my cache. It's loading and loading and loading, and nothing happen.

What should I do? It's there some other method?

If I upgrade simple SEO to a newest version i will lost the addon for extra symbols like "-"

Thank you.No, if you upgrade you should not lose anything unless you change the setting. If you reset cache and it keeps loading, dont worry, try again several times. It will clean out for you. In the next version I will use ajax to clean out cache to make it easier to track the cleaning progress.

Regards

8 Jul 2009, 1:57 AM
#3338
yellow1912 avatar

yellow1912

Totally Zenned

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

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

jdr8271:

Is there any way to make it so that linked products have the same url no matter what category they are in.
No, because that might break some other features of zencart relying on having the category on the url. But I will look into that in the next version.

8 Jul 2009, 8:08 AM
#3339
n3po avatar

n3po

New Zenner

Join Date:
Apr 2009
Posts:
3
Plugin Contributions:
0

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

yellow1912:

yes, it changes everything to lowercase.

using a german umlaut in the search-request-keyword oft zencart generates an error because the lowercase-function is used.
is that right an how can i fix it?

greetings
n3po

8 Jul 2009, 10:58 AM
#3340
n3po avatar

n3po

New Zenner

Join Date:
Apr 2009
Posts:
3
Plugin Contributions:
0

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

sorry..i mean the "strtolower"-function