Re: Simple SEO URL [support thread]
Thanks for the Mod-its working for us.
But we have an issue with 'layout settings/skip 1-product category
we need to turn this on.
but it only works if our 'Simple SEO' module is turned off.
Something to do with URL rewrites?
Is there a workaround of fix for this?
Thanks
Re: Simple SEO URL [support thread]
Hello, I have been searching for a few hours and cannot find the answer to my question. Could you kindly point me in the right direction?
I have just installed Simple SEO URL module. My product URLs are displaying as:
2nd-last-caetegory-last-category-c-2_29_31/product-name-p-222
But, in this case, I am actually 3 categories deep (above only displays last and 2nd to last). It is not inserting the first main category.
I would like to have something like this:
/category/sub-category/sub-category/product-name
The above would remove the category and product id's, and also put all categories and sub-categories separated by a '/'
My current settings are as follows:
Name delimiter -
File extension html
ID delimiter -
Set max category level 4
Exclude list advanced_search_result,redirect,popup_image_additional,download,wordpress
Set Link Alias Status false
Set minimum word length 0
Set maximum name length 0
Set SSU Status true
Set SSU Multi Language Status false
Set Query Key's Exclude List zenid,gclid,number_of_uploads,number_of_downloads,action,sort,page,disp_order,fi lter_id,alpha_filter_id,currency
Set Auto Alias Status false
Set Category Separator /
Hide default language identifier true
Cache reset time 1305127490
Name delimiter
Any advice would be greatly appreciated. Thank you very much for your time!
Re: Simple SEO URL [support thread]
Today my website all pages suddenly become 404 page. and when I close the SSU, the my website resume normal, but now the url isn't rewrite. who can help me,thank you!
Re: Simple SEO URL [support thread]
I have reinstall the SSU, but all pages also is 404 page, include index page. how can i do? nobody can help me?
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
d030433
Today my website all pages suddenly become 404 page. and when I close the SSU, the my website resume normal, but now the url isn't rewrite. who can help me,thank you!
I have the same problem. Any ideas what I'm doing wrong? Anyone?
Re: Simple SEO URL [support thread]
I have been getting HTTP 500, the error log for my 1.3.9h shows [17-May-2011 16:07:37] PHP Fatal error: Out of memory (allocated 22806528) (tried to allocate 19922944 bytes) in /homepages/35/A901137/htdocs/store/includes/classes/seo.url.php(1131) : eval()'d code on line 21846
Please help me fix this issue
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
rxalex
I have been getting HTTP 500, the error log for my 1.3.9h shows [17-May-2011 16:07:37] PHP Fatal error: Out of memory (allocated 22806528) (tried to allocate 19922944 bytes) in /homepages/35/A901137/htdocs/store/includes/classes/seo.url.php(1131) : eval()'d code on line 21846
Please help me fix this issue
You need to talk to your host to have them allocate more memory to php. If you have access to the php.ini file, you can change the setting yourself (but different hosts have different limits - check what maximum they will allow). Here is a sample setting in the php.ini:
Code:
memory_limit = 128M
Yours may only be set to 16M which is why there is not enough room to execute the script.
Re: Simple SEO URL [support thread]
Nevermind, I found the support docs.
Thanks!
Re: Simple SEO URL [support thread]
I got very confused. I installed the ssu with no problem,and made sure the configuration was right.But,when I tested the store front, just like http://localhost/mixed-product-types...ype,the address is right,But the page always be home page.Any ideas?:(
Problems with strange URL's and redirects
I'm using Zen Cart 1.3.7 heavily modded. I installed Simple SEO URL's version 3.8.5 and everything seemed to be working, but the category pages are getting strange URL's and redirects.
I'm using the following settings:
2 categories deep
name delimiter: -
aliases: true
auto alias: true
I'm getting very strange URL's for my category URL's
Proper Original SSU URL:
example.com/subcategory/subcategory2-c-60_7
Proper Auto aliased SSU URL:
example.com/subcategory/subcategory2
Very, very strange URL 1:
example.com/subcategory-subcategory2-c-60_7/admin/categories.php/login_php/cPath
Very strange URL 2:
example.com/subcategory/subcategory2/admin/categories.php/login_php/cPath
Please if anyone has any insight about why the URL's are rewriting like this, please provide some. I'm at the end of my rope!