Re: Simple SEO URL [support thread]
You need to find out: what are the differences?
1. Server config?
2. SSU version and config?
3. Product name?
Maybe one ore more of those differences trigger the error?
If the site has php5 and is not using the latest version, you can upgrade to it and see if that helps
http://public.rubikintegration.com/
Re: Simple SEO URL [support thread]
yikes - it's even worse now.. like i said to you before, i downloaded the current version of the mod and installed the same version on all 3 sites.. 2 are working perfectly - skinzee.com is not and all 3 are on the same server with the same configurations.
so what i did today was to recopy all of the mod files to skinzee and now when i click on any product, i get a 500 internal server error.. so i had to turn the mod off for now.. is there any way to backout this mod and start over??
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
tyankee
yikes - it's even worse now.. like i said to you before, i downloaded the current version of the mod and installed the same version on all 3 sites.. 2 are working perfectly - skinzee.com is not and all 3 are on the same server with the same configurations.
so what i did today was to recopy all of the mod files to skinzee and now when i click on any product, i get a 500 internal server error.. so i had to turn the mod off for now.. is there any way to backout this mod and start over??
Since this module on the add-on section is at an older version, that is why I ask which version you are using. You need to let me know where you downloaded it, and which version is it, so I can assist you.
The error 500 is mostly likely caused by misconfig of htaccess.
Re: Simple SEO URL [support thread]
yes but i downloaded the one that you pointed me to at http://public.rubikintegration.com/ and installed at all my sites, of which 2 are working perfectly.. here is the contents of the htaccess file:
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /zencart/
# 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
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
tyankee
yes but i downloaded the one that you pointed me to at
http://public.rubikintegration.com/ and installed at all my sites, of which 2 are working perfectly.. here is the contents of the htaccess file:
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /zencart/
# 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
What is the address of the site in question? Did you run ssu_check.php and compare the suggested code with the one you currently have?
Re: Simple SEO URL [support thread]
yikes again... :blush: my bad... i forgot to change the directory in the htaccess file to my root instead of /zencart.. it works fine now.. thanks again..:clap:
Re: Simple SEO URL [support thread]
Need more help :(
Moving zen-cart to a new server, and wanting to make sure its all working before updating nameservers to new host.
so ive gone from http://www.domain.com/store/ to http://new.ip.address.of.host/~domain/
the site is up and running but i cant get it to function with SEO Urls. I have reset Cache. And changed rewrite base in .htaccess from /store/ to /
What am i missing?? i need to prove this is 100% working before we change the ns records :cry:
Re: Simple SEO URL [support thread]
doh! im a fool :S
change rewrite base to /~domain/ and its working :clap:
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
member
Sounds great, I'll check back later.
Thanks
Try this version to see if it correct USU links correctly, if not please let me know
http://public.rubikintegration.com/ssu_usu.zip
Re: Simple SEO URL [support thread]
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.