@noleafclover2007
Were you able to get the module working for you. I am facing a similar issue with my site.
Printable View
@noleafclover2007
Were you able to get the module working for you. I am facing a similar issue with my site.
Just upgraded SSU after I found out I had an infinite search bug. Upgrading seemed to fix the infinite search bug but now I have another problem. I track my links using google analytics and run campaigns with links like so:
http://buydentalequipment.com/digita...ampaign=weekvg
These are getting redirected and modified into:
http://buydentalequipment.com/digita...ampaign=weekvg
Very subtle, but the question mark has changed to a slash. As a result the links aren't tracked.
As far as I can tell this came about once I upgraded. Any suggestions? I have utm_source, utm_campaign and utm_medium in the Set Query Key's exclude list.
Thanks,
Anthony
I just installed simple seo on my site,
i got the following error when i used ssu_checker to check my site, http://www.youniverseonline.com/ssu_check.php
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] 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.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Anyone know what could be wrong?
Thanks,
I even contacted my webhost about the error,
Nothing they can do,
I guess it must be the SEO URL didn't install correctly or something,
Anyone can help me,
Thanks,
Perhaps you do not have the latest version, or perhaps when you upgraded you missed 1 or more files. Latest version is 3.8.5 btw you can download it here
Post your .htaccess fle here so I can take a look at it, if you are using the latest version of simple seo.
Yep that is where i downloaded mine from,
Here is the code in the htaccess file in my root folder,
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "zencart" 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]
RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L,PT]
#### EOF SSU
A link to you site would be helpful.
Quote:
If your store is located at
www.yoursite.com/store for example then you need
RewriteBase /store/
of your store is located at
www.yoursite.com
then you need to use
RewriteBase /
Here is a link to my site,
http://www.youniverseonline.com/
I honestly wish i could just write the url by hand code,
But looking around it seems zen cart needs a plugin for this,
Thanks,