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,261 to 3,280 of 5,058
21 Jun 2009, 8:10 PM
#3261
countrycharm avatar

countrycharm

Totally Zenned

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

Simple SEO URL (OLD version) [support thread]

srigari:

I tried with just putting the .htaccess supplied with SSU 3.6.7 bas below and deleted everything else, still same problem

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

EOF SSU

Please let me know how to go about it.

Thanks

Rum the ssu_check file in your root and see what it tells you to do about your .htaccess file.

21 Jun 2009, 8:50 PM
#3262
srigari avatar

srigari

New Zenner

Join Date:
Dec 2008
Location:
USA
Posts:
61
Plugin Contributions:
0

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

It says success.

showing exactly as my .htaccess file

21 Jun 2009, 9:53 PM
#3263
countrycharm avatar

countrycharm

Totally Zenned

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

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

srigari:

I tried with just putting the .htaccess supplied with SSU 3.6.7 bas below and deleted everything else, still same problem

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

EOF SSU

Please let me know how to go about it.

Thanks

Put your .htaccess file like this and then go to your store admin/extras /simple seo clear your cache again to see what happens.

BOF SSU

Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteCond %{HTTP_HOST} ^salevalley.com$ [NC]
RewriteRule ^(.*)$ http://www.salevalley.com /$1 [R=301,L]

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

21 Jun 2009, 11:44 PM
#3264
srigari avatar

srigari

New Zenner

Join Date:
Dec 2008
Location:
USA
Posts:
61
Plugin Contributions:
0

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

no luck with that either.

22 Jun 2009, 12:56 AM
#3265
myfootsmells avatar

myfootsmells

New Zenner

Join Date:
Jul 2007
Posts:
17
Plugin Contributions:
0

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

Hi

I mentioned this maybe a month or so ago where when I clicked a product going through the manufacturer link it wouldn't bring up the item.

You mentioned that I should upgrade to the latest version of SSU which I have but am still having the issue.

Any ideas?

Thanks,

Michael

22 Jun 2009, 12:59 AM
#3266
yellow1912 avatar

yellow1912

Totally Zenned

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

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

myfootsmells:

Hi

I mentioned this maybe a month or so ago where when I clicked a product going through the manufacturer link it wouldn't bring up the item.

You mentioned that I should upgrade to the latest version of SSU which I have but am still having the issue.

Any ideas?

Thanks,

Michael
Where did you download the module? What version you see in admin/includes/module_installation/yellow1912_ssu/current_version.txt

22 Jun 2009, 1:08 AM
#3267
myfootsmells avatar

myfootsmells

New Zenner

Join Date:
Jul 2007
Posts:
17
Plugin Contributions:
0

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

15|Beta 3.6.7

yellow1912:

Where did you download the module? What version you see in admin/includes/module_installation/yellow1912_ssu/current_version.txt

22 Jun 2009, 3:48 AM
#3268
batteryman avatar

batteryman

Zen Follower

Join Date:
Jul 2004
Location:
Las Vegas
Posts:
327
Plugin Contributions:
0

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

countrycharm:

Just to make sure you know what the problem was I had simple cache with gzip cut on and I had zlib.output_compression_level = -6 on, on my server so that was what was messing things up for me. Yellow went to my site admin and cut off simple cache and things was back to normal. I hope this will help.

I checked my GZip Compression level is set to off but I dont know what the zlib.output_compression_level = -6 means or where it is to change it or what to even change it to.

??

22 Jun 2009, 2:29 PM
#3269
bobmatt4u avatar

bobmatt4u

New Zenner

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

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

countrycharm:

Go to the root of your store then go to admin/includes/module_installation and make a empty file name .keep and put it there. It's looking for it but for some reason it didn't create it.

I did that what you said
created an empty file name .keep and put it there, its not showing me any error now and when i go to admin >> config>Simple SEO Url
set status of ssu true..
its create static url but urls not working, showing error.
500 Internal Server Error error

Please suggest

Thanks

22 Jun 2009, 3:04 PM
#3270
countrycharm avatar

countrycharm

Totally Zenned

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

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

bobmatt4u:

I did that what you said
created an empty file name .keep and put it there, its not showing me any error now and when i go to admin >> config>Simple SEO Url
set status of ssu true..
its create static url but urls not working, showing error.
500 Internal Server Error error

Please suggest

Thanks

Post your .htaccess file so I can take a look a it.

22 Jun 2009, 3:08 PM
#3271
countrycharm avatar

countrycharm

Totally Zenned

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

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

srigari:

no luck with that either.

maybe your server doesnt have mod_rewrite enabled?

22 Jun 2009, 3:26 PM
#3272
countrycharm avatar

countrycharm

Totally Zenned

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

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

bobmatt4u:

I did that what you said
created an empty file name .keep and put it there, its not showing me any error now and when i go to admin >> config>Simple SEO Url
set status of ssu true..
its create static url but urls not working, showing error.
500 Internal Server Error error

Please suggest

Thanks
Maybe this will help.
CCR Sport:

Ok, my programmer just installed SIMPLE SEO URL on my 1.3.8 Zen-Cart and I'm now trying to figure ut how to configure it so that it works.

When I "Set SSU Status" to true I get an error on the actual front end of my live site:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Do you have any tips on how to configure SSU once it is installed?

Thank you very much


Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at https://www.ccrsport.com Port 80

pseudonym:

I am getting the exact same error.

The cache dir and all subdirs/files are 777.

Warning Checking includes/configure.php
Warning Suggested .htaccess content

I don't know what's wrong with my configure.php...

The htaccess is SSU's default one. I did not use a htaccess before.

yellow1912:

You need to change the htaccess content, RewriteBase / is precisely the line you have to change.

The instruction is online as well as inside the htaccess
http://wiki.rubikintegration.com/zencart/modules/ssu/installation
yellow1912:

I have to know where your store is located to know what is wrong with it, for example if it is in a subfolder named shop then it should be RewriteBase /shop

If not, then it is correct. And if you still get the 500 error, you have to check the server error log to know precisely what goes wrong. 500 is a general error which can mean many things.

pseudonym:

I found the problem.

I did not have module_manager_rev16zip.zip installed. :oops:

It's working now! Phew!

One question though: is it possible to change the names of the main categories?

Right now my URL will look like: http://www.site.com/wild-flowers/blue-wild-flowers. The actual category is also called "Wild Flowers"

Still, I want to change the "wild-flowers" part into "buy-wild-flowers", so for example: http://www.site.com/buy-wild-flowers/blue-wild-flowers.

I've added an Alias like that in the Manage Aliases field, enabled it and made it permanent. But the URL does not change to that when I visit my home page. It is still "wild-flowers". I can access the page by hand-typing "/buy-wild-flowers", however it doesn't show up naturally..........

Any advice?

Thanks a lot for this plugin, it is much better than CEON SEO URLs!!!! :hug:

22 Jun 2009, 6:56 PM
#3273
neboztik avatar

neboztik

New Zenner

Join Date:
Jan 2009
Location:
Czech Republic
Posts:
59
Plugin Contributions:
0

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

Hi, I have a problem. I have just installed xml generator and I want it to generate seo urls of my products for yahoo and others. I found code: ```php
function zen_seo_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {
if (defined('SEO_ENABLED') && SEO_ENABLED == 'true') {
if (!isset($GLOBALS['seo_urls']) && !is_object($GLOBALS['seo_urls'])) {
include_once('../' . DIR_WS_CLASSES . 'seo.url.php');
$GLOBALS['seo_urls'] = &new SEO_URL($_SESSION['languages_id']);
}
return $GLOBALS['seo_urls']->href_link($page, $parameters, $connection, $add_session_id, $static, $use_dir_ws_catalog);
} else {
return zen_href_link($page, $parameters, $connection, $add_session_id);
}
}

22 Jun 2009, 7:55 PM
#3274
igrossiter avatar

igrossiter

New Zenner

Join Date:
Feb 2009
Location:
Brazil
Posts:
43
Plugin Contributions:
1

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

hello, I'm still with the problem described on page 318 of this topic. I need to transform ç => c, á => a, etc ... in my page but I can not, now I discovered that the problem is more serious, google is not being able to find the links created in xml sitemap because of non-alphanumeric characters. my version is the 2.96(php4), my server don't have the php5. how can i convert non alphanumeric characters? the ultimate seo url contribution used to do this, but i got too much problems with it. countrycharm tried to help me (assistance for which I am very grateful) but with no success.

hope somebody can help me with this, all i need is to convert this caracters, everything else is working fine.

thank you

22 Jun 2009, 9:09 PM
#3275
srigari avatar

srigari

New Zenner

Join Date:
Dec 2008
Location:
USA
Posts:
61
Plugin Contributions:
0

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

countrycharm:

maybe your server doesnt have mod_rewrite enabled?

it has mod rewrite enabled. otherwise, it shouldn't work at all. the funny thing is it is not sending the not found pages to 404. instead sending to site home page. mod rewrite is working, but not the we are expecting or I am missing something.

23 Jun 2009, 2:45 AM
#3276
countrycharm avatar

countrycharm

Totally Zenned

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

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

srigari:

it has mod rewrite enabled. otherwise, it shouldn't work at all. the funny thing is it is not sending the not found pages to 404. instead sending to site home page. mod rewrite is working, but not the we are expecting or I am missing something.

I'm sorry I'm not able to answer your question, but I found this thread that will. Hope you get it sorted out.

23 Jun 2009, 2:48 AM
#3277
countrycharm avatar

countrycharm

Totally Zenned

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

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

igrossiter:

hello, I'm still with the problem described on page 318 of this topic. I need to transform ç => c, á => a, etc ... in my page but I can not, now I discovered that the problem is more serious, google is not being able to find the links created in xml sitemap because of non-alphanumeric characters. my version is the 2.96(php4), my server don't have the php5. how can i convert non alphanumeric characters? the ultimate seo url contribution used to do this, but i got too much problems with it. countrycharm tried to help me (assistance for which I am very grateful) but with no success.

hope somebody can help me with this, all i need is to convert this caracters, everything else is working fine.

thank you

Yellow will need to help you with your problem, since you are still on the php4 version.

23 Jun 2009, 3:38 AM
#3278
myfootsmells avatar

myfootsmells

New Zenner

Join Date:
Jul 2007
Posts:
17
Plugin Contributions:
0

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

what do you think could be the problem?

myfootsmells:

15|Beta 3.6.7

23 Jun 2009, 10:31 AM
#3279
yellow1912 avatar

yellow1912

Totally Zenned

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

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

countrycharm:

Yellow will need to help you with your problem, since you are still on the php4 version.
I will have to check this php4 version again, I have no memory how to do this, lol, it's so back in the past. Cant your host upgrade you to php5(if you are already using 1.3.7 and up)? This should be a painless process

23 Jun 2009, 10:33 AM
#3280
yellow1912 avatar

yellow1912

Totally Zenned

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

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

bobmatt4u:

I did that what you said
created an empty file name .keep and put it there, its not showing me any error now and when i go to admin >> config>Simple SEO Url
set status of ssu true..
its create static url but urls not working, showing error.
500 Internal Server Error error

Please suggest

Thanks
Internal error is usually because of wrong htaccess content.