Re: Simple SEO URLs for ZC 1.5.x [Support Thread]
Hi All
I am using this plugin and it works fine except in few cases.
In the product list page I have added 'Add to cart' button for each product listed and the following url is opened on that button click "index.php?main_page=product_info&cPath=14_18&products_id=1315&qty=1". After enabling simple seo plugin. it is not working.
Can anyone guide me on how to pass qty value in the seo url?
Re: Simple SEO URLs for ZC 1.5.x [Support Thread]
Hi All
Here is my entry in .htaccess
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
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,PT]
# alternative rewrite rule, seem to work on GoDaddy hosts http://codeigniter.com/wiki/Godaddy_Installaton_Tips/
# to use it, please make sure you comment out the rewrite rule above, then uncomment the line below
# RewriteRule ^(.*)$ /index.php?$1 [L]
#### EOF SSU
Please help.Its very urgent.
Re: Simple SEO URLs for ZC 1.5.x [Support Thread]
Quote:
Originally Posted by
delia
Does this work with 1.5.4?
It does, I have ZC 1.5.4 installed and SSU works just fine.
Though I have a question for the authors or anyone else familiar with the subject. In the old versions, you had a button where you could manually create an alias, not just edit existing ones. I can't seem to find that in this new version.
Example: We all have the additional Page 2, Page 3, Page 4 in the ZenCart, but if I decide to rename the Page 2 into "Happy Tree Friends" (via language and template code editing), I cannot change the URL (alias) of Page 2 from mysite.com/page2/ into mysite.com/happy-tree-friends/ . Or can I? :)
Re: Simple SEO URLs for ZC 1.5.x [Support Thread]
Does anyone know if this is compatible with v1.55? I have a client who had this installed on v1.54. However after an upgrade when SSU is turned on every page goes to a 404. Any help would be greatly appreciated.
Re: Simple SEO URLs for ZC 1.5.x [Support Thread]
Quote:
Originally Posted by
ravynw34
Does anyone know if this is compatible with v1.55? I have a client who had this installed on v1.54. However after an upgrade when SSU is turned on every page goes to a 404. Any help would be greatly appreciated.
There are those that may say yes it is/is possible, then there are those that would advise to use either of the other two URI rewriters if any at all. USU/CEON URI Mappings. The second offers a wider range of capturing old URIs so that visitors continue to be directed to the existing product regardless of the name it ends up being.
Re: Simple SEO URLs for ZC 1.5.x [Support Thread]
Thanks for the info.
:smile:
Re: Simple SEO URLs for ZC 1.5.x [Support Thread]
I am curious if you got this working with 1.5.5?
Quote:
Originally Posted by
ravynw34
Does anyone know if this is compatible with v1.55? I have a client who had this installed on v1.54. However after an upgrade when SSU is turned on every page goes to a 404. Any help would be greatly appreciated.
Re: Simple SEO URLs for ZC 1.5.x [Support Thread]
Is URL SEO still important in 2016?
Re: Simple SEO URLs for ZC 1.5.x [Support Thread]
Hi,
I am using simple-seo-ur_v1.5.2 on Zen Cart V1.5.4 and everything works fine except for the Manufacturers URLs are not converted to use the Manufacturers Title. I used to use Ultimate SEO URLs but switched to Simple SEO URLs during my recent Zen Cart upgrade.
For example: Shop by colour (top right sidebox) on this site the URLs used to be like http://www.rugscentre.co.uk/beige-rugs-m-10.html but now they are like http://www.rugscentre.co.uk/index/manufacturers_id/10
Is it possible to do this? (But without the -m-10.html, so it would just be beige-rugs)
:-)
Re: Simple SEO URLs for ZC 1.5.x [Support Thread]
Hello, i upgrade a Zen Cart1.5.1 to 1.5.5a and i want to have SEO URL.. can u help me? and how to install. Thanks