Zen Cart Logo
Forums / Search Engines / Ultimate SEO URLs

Ultimate SEO URLs

Views: 125,989

Results 501 to 520 of 1,097
31 Oct 2008, 11:05 AM
#501
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,278
Plugin Contributions:
37

Ultimate SEO URLs

Ok, 2 things to try...

First try resetting your seo url cache

second, if that does not work add "product_id" to the rewrite list in seo url admin

~Melanie

1 Nov 2008, 10:34 PM
#502
onesimpleman avatar

onesimpleman

New Zenner

Join Date:
Nov 2006
Posts:
47
Plugin Contributions:
0

Re: Ultimate SEO URLs

tried resetting seocache.
Added product_id ...nothing works.

Do you have to add anything to the admin/manufacturers.php file to make it work.
Thank you for all the help

3 Nov 2008, 12:44 PM
#503
sohard avatar

sohard

New Zenner

Join Date:
Oct 2008
Posts:
3
Plugin Contributions:
0

Re: Ultimate SEO URLs

i got some problem. when i install "Ultimate SEO URLs" ,

in-Configuration-SEO URL , shows:
Warning: call_user_func(zen_reset_cache_data_seo_urls) [function.call-user-func]: First argument is expected to be a valid callback in /home/id01/public_html/webname/admin/includes/functions/general.php on line 1544

when i try add new product or new category, click" save", the next page can not open. it shows:

Warning: main(includes/reset_seo_cache.php) [function.main]: failed to open stream: No such file or directory in /home/id01/public_html/webname/admin/categories.php on line 18

Warning: main() [function.include]: Failed opening 'includes/reset_seo_cache.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/id01/public_html/webname/admin/categories.php on line 18

Warning: Cannot modify header information - headers already sent by (output started at /home/id01/public_html/webname/admin/categories.php:18) in
/home/id01/public_html/webname/admin/includes/functions/general.php on line 21

Could anyone tell me how can i fix this problem??:(

3 Nov 2008, 1:52 PM
#504
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,278
Plugin Contributions:
37

Re: Ultimate SEO URLs

In your root, which is where your store resides....

The following directory information MUST be edited in the .htaccess in the store directory... Which in your case does not appear to be public_html

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

Options +FollowSymLinks
RewriteEngine On
RewriteBase /

Your path appears to be /home/id01/public_html/webname/, so the line above would be /webname/. I suspect you are using an addon domain option and will likely need to contact your host to set this up properly without messing any other sites up.

~Melanie

3 Nov 2008, 10:56 PM
#505
kburner avatar

kburner

Totally Zenned

Join Date:
Apr 2008
Location:
Flint, Michigan
Posts:
684
Plugin Contributions:
0

Re: Ultimate SEO URLs

I have been struggling to get this mod to work. It shows up in admin/conf.

But, gives me this error....when I try to access a product.

Not Found
The requested URL /kjv-wide-margin-reference-bible-black-calfskin-p-14709.html was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


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

I reset SEO urls cache and cleared my browser. And still receive this error.

I tried to look through this thread to find it....but very long.

Store is https://www.burnerbooks.com

Thanks,
Kim

3 Nov 2008, 11:44 PM
#506
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,278
Plugin Contributions:
37

Re: Ultimate SEO URLs

mprough:

In your root, which is where your store resides....

The following directory information MUST be edited in the .htaccess in the store directory... Which in your case does not appear to be public_html

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

Options +FollowSymLinks
RewriteEngine On
RewriteBase /

> 
> Your path appears to be /home/id01/public_html/webname/, so the line above would be /webname/. I suspect you are using an addon domain option and will likely need to contact your host to set this up properly without messing any other sites up.
> 
> ~Melanie
You too
3 Nov 2008, 11:51 PM
#507
kburner avatar

kburner

Totally Zenned

Join Date:
Apr 2008
Location:
Flint, Michigan
Posts:
684
Plugin Contributions:
0

Re: Ultimate SEO URLs

mprough:

You too

In your root, which is where your store resides....

The following directory information MUST be edited in the .htaccess in the store directory... Which in your case does not appear to be public_html.

Kim: My store is setup with public_html and I have no other sites.

4 Nov 2008, 12:31 AM
#508
kburner avatar

kburner

Totally Zenned

Join Date:
Apr 2008
Location:
Flint, Michigan
Posts:
684
Plugin Contributions:
0

Re: Ultimate SEO URLs

kburner:

In your root, which is where your store resides....

The following directory information MUST be edited in the .htaccess in the store directory... Which in your case does not appear to be public_html.

Kim: My store is setup with public_html and I have no other sites.

IT works! Thanks. Kim

4 Nov 2008, 12:45 AM
#509
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,278
Plugin Contributions:
37

Re: Ultimate SEO URLs

Then the htaccess file in public html should read this...

Options +FollowSymLinks
RewriteEngine On
RewriteBase /

Generally, 404 pages are this issue.

~Melanie

4 Nov 2008, 2:15 AM
#510
rsloan avatar

rsloan

New Zenner

Join Date:
Nov 2008
Posts:
12
Plugin Contributions:
0

Re: Ultimate SEO URLs

I just installed this and can not figure out how to add "change currency" to the URLS not to be processed by this contribution....

I see how they did "advance_search_result" but can not do it for the currency change....

Please help.

Richard.

4 Nov 2008, 2:22 AM
#511
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,278
Plugin Contributions:
37

Re: Ultimate SEO URLs

rsloan:

I just installed this and can not figure out how to add "change currency" to the URLS not to be processed by this contribution....

I see how they did "advance_search_result" but can not do it for the currency change....

Please help.

Richard.

Are these pages translated in to other languages?
If not, then they are duplicate content and should NOT be allowed to be indexed, so seo turls for these pages is a waste of time.

~Melanie

4 Nov 2008, 2:32 AM
#512
rsloan avatar

rsloan

New Zenner

Join Date:
Nov 2008
Posts:
12
Plugin Contributions:
0

Re: Ultimate SEO URLs

mprough:

Are these pages translated in to other languages?
If not, then they are duplicate content and should NOT be allowed to be indexed, so seo turls for these pages is a waste of time.

~Melanie

No when you try and change currency the contribution messes with the URL and sends you to the wrong page and also does not change cuirrency....

Try and change currency at https://www.doorink.com

R.

4 Nov 2008, 2:56 AM
#513
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,278
Plugin Contributions:
37

Re: Ultimate SEO URLs

That is most likely not the seo urls, but rather a redirect issue with the currency.

Did you edit any language files recently?

~Melanie

4 Nov 2008, 2:19 PM
#514
ebookba avatar

ebookba

New Zenner

Join Date:
Oct 2007
Posts:
31
Plugin Contributions:
0

Re: Ultimate SEO URLs

Hello, I've got the add-on to work. But there's a little problem.
How to allow url rewrite for document product type?
I've tried the suggestion at: http://informationideas.com/news/2006/10/23/zen-cart-new-product-type-using-ultimate-seo-url-package/

and use document_general as the handler
but still no luck
not sure if character case matters.

Thanks for any input

4 Nov 2008, 3:09 PM
#515
ebookba avatar

ebookba

New Zenner

Join Date:
Oct 2007
Posts:
31
Plugin Contributions:
0

Re: Ultimate SEO URLs

anyway I solve the issue now; just need to enter the code rather than copy and paste to get it working.

4 Nov 2008, 3:33 PM
#516
liningyao avatar

liningyao

New Zenner

Join Date:
Oct 2008
Location:
Ningbo China
Posts:
4
Plugin Contributions:
0

Re: Ultimate SEO URLs

Does Ultimate Seo Url support the Multi Language in Zencart for SEO? Thank you!:smile:

5 Nov 2008, 3:22 AM
#517
ebookba avatar

ebookba

New Zenner

Join Date:
Oct 2007
Posts:
31
Plugin Contributions:
0

Re: Ultimate SEO URLs

One critical problem I've found...
the category link at the top within the product info page is not redirected properly.
it is some thinkg like http://www.domain.com/-c-.html
without category name or id
Other locations work fine , such as the top navigation bar.
Anyone can help?

Thanks

5 Nov 2008, 3:37 PM
#519
cashgil avatar

cashgil

New Zenner

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

Re: Ultimate SEO URLs

Hi Guys I need some help here.

I installed USEO on my localhost and I'm getting this error msg.

***Internal Server Error

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

Please contact the server administrator, admin@localhost 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.


My zencart folder path: C:\wamp\www

I think I'm having problems with the .htaccess file, my .htaccess file is located in C:\wamp\www and I renamed /Shop/ to /www/

Thanks

5 Nov 2008, 6:01 PM
#520
yellow1912 avatar

yellow1912

Totally Zenned

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

Re: Ultimate SEO URLs

cashgil:

Hi Guys I need some help here.

I installed USEO on my localhost and I'm getting this error msg.

***Internal Server Error

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

Please contact the server administrator, admin@localhost 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.


My zencart folder path: C:\wamp\www

I think I'm having problems with the .htaccess file, my .htaccess file is located in C:\wamp\www and I renamed /Shop/ to /www/

Thanks

Should be RewriteBase /