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 2,361 to 2,380 of 5,058
18 Feb 2009, 3:34 AM
#2361
yellow1912 avatar

yellow1912

Totally Zenned

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

Simple SEO URL (OLD version) [support thread]

Jerry5763837:

Hi, Yellow,

As instructed, uninstalled Ultimate SEO Url and installed your SSU mod successfully.

But when go to my site, errors occured. can not open any links. please chekc at
www.hangerbase.com

One more question, when click Admin->extra->simple Seo Url Manager->Alias Functions,
nothing appears.

any suggestions?:smile:
I dont know what type of error since you seem to turned it off, anyhow it mostly htaccess related error.
for upgrade, just upload, overwrite.

18 Feb 2009, 4:00 AM
#2362
jerry5763837 avatar

jerry5763837

Zen Follower

Join Date:
May 2008
Posts:
261
Plugin Contributions:
0

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

he,yellow,

i turned it on, please help to check, thanks.:smile:

18 Feb 2009, 4:01 AM
#2363
yellow1912 avatar

yellow1912

Totally Zenned

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

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

This page: http://www.hangerbase.com/ ?

Not on, it still uses old style

18 Feb 2009, 4:08 AM
#2364
jerry5763837 avatar

jerry5763837

Zen Follower

Join Date:
May 2008
Posts:
261
Plugin Contributions:
0

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

hi, yellow,

no, ecactly this site.
please check agian. thanks.:smile:

18 Feb 2009, 4:11 AM
#2365
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Jerry5763837:

hi, yellow,

no, ecactly this site.
please check agian. thanks.:smile:
You have problem with htaccess, please copy the content here

18 Feb 2009, 4:19 AM
#2366
jerry5763837 avatar

jerry5763837

Zen Follower

Join Date:
May 2008
Posts:
261
Plugin Contributions:
0

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

hi,yellow,

where is the code?:smile:

18 Feb 2009, 4:21 AM
#2367
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Your .htaccess file

18 Feb 2009, 4:23 AM
#2368
jerry5763837 avatar

jerry5763837

Zen Follower

Join Date:
May 2008
Posts:
261
Plugin Contributions:
0

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

##### NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite Base" line below:

Options +FollowSymLinks
RewriteEngine On
RewriteBase /shop/

# From Ultimate SEO URLs
RewriteRule ^(.*)-p-(.*).html$ index\.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-c-(.*).html$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-m-([0-9]+).html$ index\.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-pi-([0-9]+).html$ index\.php?main_page=popup_image&pID=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-pr-([0-9]+).html$ index\.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-pri-([0-9]+).html$ index\.php?main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L]

# For Open Operations Info Manager
RewriteRule ^(.*)-i-([0-9]+).html$ index\.php?main_page=info_manager&pages_id=$2&%{QUERY_STRING} [L]

# For dreamscape's News & Articles Manager
RewriteRule ^news/?$ index\.php?main_page=news&%{QUERY_STRING} [L]
RewriteRule ^news/rss.xml$ index\.php?main_page=news_rss&%{QUERY_STRING} [L]
RewriteRule ^news/archive/?$ index\.php?main_page=news_archive&%{QUERY_STRING} [L]
RewriteRule ^news/([0-9]{4})-([0-9]{2})-([0-9]{2}).html$ index\.php?main_page=news&date=$1-$2-$3&%{QUERY_STRING} [L]
RewriteRule ^news/archive/([0-9]{4})-([0-9]{2}).html$ index\.php?main_page=news_archive&date=$1-$2&%{QUERY_STRING} [L]
RewriteRule ^news/(.*)-a-([0-9]+)-comments.html$ index\.php?main_page=news_comments&article_id=$2&%{QUERY_STRING} [L]
RewriteRule ^news/(.*)-a-([0-9]+).html$ index\.php?main_page=news_article&article_id=$2&%{QUERY_STRING} [L]

# All other pages
# Don't rewrite real files or directories
RewriteCond %{REQUEST_FILENAME} !-f [NC] 
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*).html$ index\.php?main_page=$1&%{QUERY_STRING} [L]
# RSS feeds
RewriteRule ^rss/(.*).xml$ index\.php?main_page=rss_feed&feed=$1

#### 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
18 Feb 2009, 4:24 AM
#2369
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Replace them ALL with

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 /

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

18 Feb 2009, 4:43 AM
#2370
jerry5763837 avatar

jerry5763837

Zen Follower

Join Date:
May 2008
Posts:
261
Plugin Contributions:
0

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

hi,yellow,

you men are great.

it seems workable.

More qestion need you help. when hover on "home" in ezpage place, the url shows https://www.hangerbase.com/index
it is correct?

when click Admin->extra->simple Seo Url Manager->Alias Functions,
nothing appears.
any comments?:smile:

18 Feb 2009, 4:45 AM
#2371
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Jerry5763837:

hi,yellow,

you men are great.

it seems workable.

More qestion need you help. when hover on "home" in ezpage place, the url shows www.hangerbase.com/index
it is correct?

when click Admin->extra->simple Seo Url Manager->Alias Functions,
nothing appears.
any comments?:smile:no, it should show without the index thing, not sure why you have it. What version is it?

18 Feb 2009, 4:50 AM
#2372
jerry5763837 avatar

jerry5763837

Zen Follower

Join Date:
May 2008
Posts:
261
Plugin Contributions:
0

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

I am using z1.38a, and SSU 3.6.1

18 Feb 2009, 4:51 AM
#2373
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Jerry5763837:

I am using z1.38a, and SSU 3.6.1
You need 3.6.2 to run link alias in IE, otherwise it will work fine if you use FireFox

I'm not sure why you have the /index in the home tho, it doesnt hurt but it should not be there.

18 Feb 2009, 4:56 AM
#2374
jerry5763837 avatar

jerry5763837

Zen Follower

Join Date:
May 2008
Posts:
261
Plugin Contributions:
0

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

hi, yellow,

many thanks for your great help.

i will try to locate it and will post back if fix it.
thanks again.:clap:

18 Feb 2009, 10:19 AM
#2375
jerry5763837 avatar

jerry5763837

Zen Follower

Join Date:
May 2008
Posts:
261
Plugin Contributions:
0

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

yellow1912:

As this time, the only thing you can do (I believe), is to limite the minimum category level to 1.
You can of course use link alias to eliminate the category name, but you have to do so manually for each product. Also, if you do want to do so, make sure you make the link permanent as well.

Hello,yellow,

till now is there any method to delete category name for each product urls, and add our own favorable keywords? not one by one manually

many appreciated.:smile:

18 Feb 2009, 3:29 PM
#2376
yellow1912 avatar

yellow1912

Totally Zenned

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

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

No, not yet. Any why do you want to do that btw? Please keep in mind that the urls help with user friendly, it does not do much to search engine.

18 Feb 2009, 5:51 PM
#2377
daffy avatar

daffy

Zen Follower

Join Date:
Jul 2008
Posts:
114
Plugin Contributions:
0

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

yellow1912:

3.6.2 is released, this is a minor bug fix version, just some spelling correction, and a small fix to make link alias manager to work in Internet Explorer

Ok, thank you! That was fast. :smile:

18 Feb 2009, 6:19 PM
#2378
gabstero avatar

gabstero

Zen Follower

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

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

Yellow - Fabulous!

Where can the current stable version be downloaded? thanks!!!

gabstero

18 Feb 2009, 6:39 PM
#2379
gabstero avatar

gabstero

Zen Follower

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

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

forgot another thing:

  • Will it work with ZC version 1.3.7.1?

And lastly (after finding the download package on Zen Downloads), I didn't find any install instructions. Is it pretty much drag and drop install (of course with the .htaccess edits)

Thanks again!
gabstero

18 Feb 2009, 6:52 PM
#2380
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Link to download can be found on my signature. 3.6.2 is the latest. Installation instruction link can be found in the readme file
Posted via Mobile Device