Re: Simple SEO URL [support thread]
The new written code aims to work such that all you have to use is the original SSU htaccess code (you can remove all USU htaccess code)
But if it is working fine for you, then as the old saying goes: dont break things that work ;)
BTW, I think many others will really appreciate it if you can post the full solution for your case here.
Quote:
Originally Posted by
member
That didn't work, but we figured out what to do. You have to put a question mark ? at the end of the redirect to get it to stop redirecting(as shown in the following example).
Redirect 301 /original-url-p-694.html
http://website.com/category-name-c-13/12187-p-12187?
It works fine now with the original version of SSEO installed.
Thanks for all of your time and trouble, you are providing awesome support.
Re: Simple SEO URL [support thread]
I apologize if I was not very clear. The cart I am installing SSEO on is a new cart without Ultimate SEO URL installed. I just wanted to redirect the products that were built with Ultimate SEO URL on our current cart to the coresponding products on the new cart that I am putting together.
I did not use attributes before because the stock by attributes module didn't exist when I built it and I am pretty sure that Google is not pleased, so I am building a new site and redirecting my old links.
That is why it didn't work the way you expected. I am sure the people who are just switching over will be very pleased with the update. Again, I thank you very much for your module. I wanted to be using code that was not outdated and I like the way your code works.
Re: Simple SEO URL [support thread]
No problem, you are very welcome.
Also, I put together an article addressing Seo Url, and I hope it helps to help some
http://blog.rubikintegration.com/200...l-for-zencart/
Feel free to let me know if I missed anything or if I'm not being objective enough.
Re: Simple SEO URL [support thread]
Hello Yellow,
Thank you for the great work!
I installed "simple_seo_url_3-4-8" on Zencart 1.3.8a. Bad of my luck, "Add to Cart" doesn't work for any product. It simply returns to the product page where a customer was looking. Any ideas?:oops:
Second of my question is.. Can I use the delimiters for my product titles? I'm kind of forced to use such as "-c-" for some of my product.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
icemint
Hello Yellow,
Thank you for the great work!
I installed "simple_seo_url_3-4-8" on Zencart 1.3.8a. Bad of my luck, "Add to Cart" doesn't work for any product. It simply returns to the product page where a customer was looking. Any ideas?:oops:
Second of my question is.. Can I use the delimiters for my product titles? I'm kind of forced to use such as "-c-" for some of my product.
I need to see it to know why it doesnt work for you
Post or pm your site url
Second: you can use something else as the delimiter, go to includes/classes/suu/local.config.php
Replace the content by:
PHP Code:
<?php
$ssuLocalConfig = array(
'identifiers' => array( 'categories' => 'whatever-here')
);
Re: Simple SEO URL [support thread]
Thank you for prompt attention.
My site address is,
http://www.crossrf.com/rf/
I left "ssu_check.php" available.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
icemint
Thought I fixed it, but it's still there. Please download 3.4.9, it fixed the bug with using '.' as the delimiter
Re: Simple SEO URL [support thread]
Hi. I tried to install this addon but to no avail.
I installed Module Manager, followed all the steps, but I don't see anything for SSU in the Extras menu.
Help?
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
crosswithyou
Hi. I tried to install this addon but to no avail.
I installed Module Manager, followed all the steps, but I don't see anything for SSU in the Extras menu.
Help?
Did you upload all the files in the SSU package? It looks like you missed some files?
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
yellow1912
Did you upload all the files in the SSU package? It looks like you missed some files?
Actually, I kinda figured it out. I had started uploading the files into the includes directory instead of the root. Whoops!
And then I had a mini crisis with accidentally deleting files in the admin folder (the one in the root) instead of the one that was in the includes dir. Whoops again! Thank God for DreamHost backups.
Now I'm having this problem:
Warning: require_once(includes/classes/module_installer.php) [function.require-once]: failed to open stream: No such file or directory in /home/.abdon/USER/DOMAIN/admin/ssu.php on line 10
Fatal error: require_once() [function.require]: Failed opening required 'includes/classes/module_installer.php' (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/.abdon/USER/DOMAIN/admin/ssu.php on line 10
Indeed, I do not see a "module_installer.php" file in my includes/classes directory.