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

Results 881 to 900 of 5,058
15 Oct 2008, 9:37 PM
#881
micmed avatar

micmed

Zen Follower

Join Date:
Mar 2008
Location:
The Free South
Posts:
165
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

Here it 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 /thecablestation/

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

15 Oct 2008, 9:38 PM
#882
yellow1912 avatar

yellow1912

Totally Zenned

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

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

micmed:

Here it 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 /thecablestation/

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

In your case it should be RewriteBase /

15 Oct 2008, 9:42 PM
#883
micmed avatar

micmed

Zen Follower

Join Date:
Mar 2008
Location:
The Free South
Posts:
165
Plugin Contributions:
0

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

Stupid novice mistake!

Thanks Loads!

16 Oct 2008, 11:02 PM
#884
yellow1912 avatar

yellow1912

Totally Zenned

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

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

micmed:

Stupid novice mistake!

Thanks Loads!
You are welcome

BTW, anyone testing the link-alias version? If you do, can you leave feedback here?

17 Oct 2008, 12:23 AM
#885
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

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

yellow1912:

You are welcome

BTW, anyone testing the link-alias version? If you do, can you leave feedback here?
Give me some time and I will.
Am setting up a test bed inside the live site, I need an SSL cert. installed to test all options.

17 Oct 2008, 1:28 PM
#886
micmed avatar

micmed

Zen Follower

Join Date:
Mar 2008
Location:
The Free South
Posts:
165
Plugin Contributions:
0

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

Another novice question.

How do I integrate my 301 redirect with the SSU code?

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

Thanks

17 Oct 2008, 2:01 PM
#887
qwert302 avatar

qwert302

Zen Follower

Join Date:
Mar 2008
Posts:
148
Plugin Contributions:
0

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

micmed:

Another novice question.

How do I integrate my 301 redirect with the SSU code?

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

Thanks

Qwert302:

Ok everybody, on the subject of SEO, I suggest adding 301 redirects to avoid canonical problems (www. vs. non-www)

Add this to the bottom of the .htaccess that yellow gives you

#RewriteCond %{THE_REQUEST} ^./index.php#
#RewriteRule ^(.
)index.php$ http://www.yoursite.com$1 [R=301,L]#

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

> 
> And add this to the admin .htaccess
> 
> ```
RewriteEngine off

Yellow I would suggest incorporating this into the code of your mod since it really is important to SEO.

This way any links that go to yoursite.com or yoursite.com/index.php will be redirected to https://www.yoursite.com, and you will gain more pagerank as a result.

Now you can set it up for https://www.yoursite.com to go to yoursite.com, and there are mixed views on which is better, all I know is that with ZC www. seems to work better.

Contact me with any questions.

Follow this example.

17 Oct 2008, 2:12 PM
#888
qwert302 avatar

qwert302

Zen Follower

Join Date:
Mar 2008
Posts:
148
Plugin Contributions:
0

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

I have always ranked in the top 5 for my keywords on MSN and Live, but I just checked today and I'm not ranking for any of them. Now this might be a coincidence, or it might be that they are checking all my old links and get 301s and so they dropped me. I'm assuming it will come back. I have updated my sitemaps and everything and I can see that everything is fine with google through webmastertools.

However, my rankings on Google went down immediately after I installed, but seem to have recovered already and are on an upward trend (that hopefully will continue). I'm hoping MSN is just slower in recognizing the change than google is.

Interestingly enough my conversions have been better since I installed SSU. Does the URL really have that much a a psychological effect?

Anyway, just wondering if anyone else has been booted off MSN rankings after installing this? I never got much traffic through MSN/Live anyway despite my much higher rankings there than at google.

17 Oct 2008, 2:15 PM
#889
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Interesting, keep us updated. Regarding MSN, I once had an online store and was at top of several keywords on MSN, never got a sale from there though. It's google that sent all my customers to me.
So I wouldnt really care about MSN _, but that's just me.

Qwert302:

I have always ranked in the top 5 for my keywords on MSN and Live, but I just checked today and I'm not ranking for any of them. Now this might be a coincidence, or it might be that they are checking all my old links and get 301s and so they dropped me. I'm assuming it will come back. I have updated my sitemaps and everything and I can see that everything is fine with google through webmastertools.

However, my rankings on Google went down immediately after I installed, but seem to have recovered already and are on an upward trend (that hopefully will continue). I'm hoping MSN is just slower in recognizing the change than google is.

Interestingly enough my conversions have been better since I installed SSU. Does the URL really have that much a a psychological effect?

Anyway, just wondering if anyone else has been booted off MSN rankings after installing this? I never got much traffic through MSN/Live anyway despite my much higher rankings there than at google.

17 Oct 2008, 2:19 PM
#890
micmed avatar

micmed

Zen Follower

Join Date:
Mar 2008
Location:
The Free South
Posts:
165
Plugin Contributions:
0

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

Thanks Qwert, so you think that www makes a difference?

17 Oct 2008, 5:20 PM
#891
zeiser50 avatar

zeiser50

New Zenner

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

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

i've reinstalled seo url, more than 5 times, even on a clean zencart configuration.
i have always the same trouble. I should have missed something (for sure), but what .... :frusty:

yellow1912:

No, I suspect you havent uploaded all the files when you re-install the package.

Also, in your cases, use / in htaccess.

Regards

Zeiser50:

Ok i've restart the installation and found my previous problem (php 4 only!). Now it is ok (php5)
Still some trouble.
a) The "reset all cache" and "reset only category cache" option seems to work (no error messages)

b) The "reset only product cache" and "reset only manufacturer" answer is "cache/ssu" not writable and can not be opened. i've checked both and the both folder has 777.

c) The "reset only page cache " gives me an error :
Fatal error: Call to undefined method ssu_manager::reset_pages_cache_folder() in www/xxxxx/ssu.php on line 38

For b), i suspect a bad .htaccess . i have some difficulties to understand where i should put this file (root of my web site, or just on the upper directory). i've tried both and same pb.
Also, as my ZC is directly accessible (i.e not additional folder), i've tried with only / in the path. But so far, :no:

Any idea for b) and c) ??

Michel

17 Oct 2008, 7:03 PM
#892
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Can you explain the problems you have?

17 Oct 2008, 7:05 PM
#893
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Also:
your server (linux or windows?)
php version

your current htaccess config

your site link

17 Oct 2008, 7:26 PM
#894
zeiser50 avatar

zeiser50

New Zenner

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

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

Yellow,

i've tried on 2 different configuration :

  • one remote testconfig (https://www.test.poumi-shop 'dot' com) (linux 2.6.24.5, php 5.2.6, mysql 5, apache 2.2.x). The seo url is not currently activated

  • one local testconfig, on my local pc (easyphp on windows xp sp2, php5.2.0, mysql 5, apache 2.2.3)

On both sites, i have the same htaccess :

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

Below the sequence done (my last test, done on the local config):
-> fresh new installation with zencart 1.3.8a
-> copy all the module manager file
-> test on /admin if the manager has been installed
-> copy all the seo url files (and replace some of the module manager files)
-> "install new modules" option on module manager
-> "extra - SEO manager" option
-> then "reset cache option"
-> "reset all cache" and "reset only categories cache" seems to be ok (no error message)
-> "reset product cache" and "reset manufacturer cache " gives me the error "cache/ssu is not writable" "could not open dir" (i've checked that cache directory has the777 property)
-> The "reset only page cache " gives me an error :
Fatal error: Call to undefined method su_manager::reset_pages_cache_folder() in www/includes/admin/ssu.php on line 38

i'm 99.99% sure that all the files has been copied (i've done it 10 times maybe ..). As the test done on a fresh zencart config is not ok, i should make a BIG mistake somewhere .....

Thanks for your support and your help

17 Oct 2008, 7:27 PM
#895
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Maybe you missed this one when you read the installation guide:

http://code.google.com/p/zencart-module-manager/downloads/list

Also, make sure to set cache/ssu and all folders under it to 777

17 Oct 2008, 7:35 PM
#896
zeiser50 avatar

zeiser50

New Zenner

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

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

yellow1912:

Maybe you missed this one when you read the installation guide:

http://code.google.com/p/zencart-module-manager/downloads/list

What do you exactly mean ? It is the version 15 which is currently installed.
Yes, i've checked that The cache/ssu has 777

17 Oct 2008, 7:38 PM
#897
yellow1912 avatar

yellow1912

Totally Zenned

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

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

ok, so except from the error:

Fatal error: Call to undefined method su_manager::reset_pages_cache_folder() in www/includes/admin/ssu.php on line 38

which can be resolved easily, what other errors you get? Does it not work on the front end? Do you get 404 page not found or whatever error it is?

17 Oct 2008, 7:43 PM
#898
zeiser50 avatar

zeiser50

New Zenner

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

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

I've activated the SEO mod on my remote site ((https://www.test.poumi-shop 'dot' com)

-> the first page can be reached
-> all the other pages have a 500 internal server error

17 Oct 2008, 7:45 PM
#899
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Zeiser50:

I've activated the SEO mod on my remote site ((www.test.poumi-shop 'dot' com)

-> the first page can be reached
-> all the other pages have a 500 internal server error

What does your error log on the server show? (if you have cpanel, you can go in there and check the error log)
We need to know the detail on the error, because "500 internal server error" doesnt tell us much.

17 Oct 2008, 7:47 PM
#900
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Post the error log on your server + the content of the includes/configure.php on your test site (take out all the passwords etc...)