Page 457 of 506 FirstFirst ... 357407447455456457458459467 ... LastLast
Results 4,561 to 4,570 of 5054
  1. #4561
    Join Date
    Oct 2010
    Posts
    2
    Plugin Contributions
    0

    help question Re: Simple SEO URL [support thread]

    @noleafclover2007

    Were you able to get the module working for you. I am facing a similar issue with my site.

  2. #4562
    Join Date
    Jul 2009
    Location
    Texas
    Posts
    209
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    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

  3. #4563
    Join Date
    Oct 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by zamtek View Post
    @noleafclover2007

    Were you able to get the module working for you. I am facing a similar issue with my site.
    not yet, still hoping to get an expert opinion.

  4. #4564
    Join Date
    Aug 2010
    Location
    tx
    Posts
    102
    Plugin Contributions
    0

    help question Re: Simple SEO URL [support thread]

    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,

  5. #4565
    Join Date
    Oct 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    any luck in fixing the problem? just though you might kindly share if you have a solution

    Quote Originally Posted by nagelkruid View Post
    hello raine et all,

    i have the same problem with the main page that is showed instead of the actual page that it should (and is shown in the URL bar).
    I know in my heart it has to be something with the .htaccess but cannot lay my finger on the soar spot ...:)

  6. #4566
    Join Date
    Aug 2010
    Location
    tx
    Posts
    102
    Plugin Contributions
    0

    help question Re: Simple SEO URL [support thread]

    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,

  7. #4567
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by chrismaddox3d View Post
    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,
    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.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #4568
    Join Date
    Aug 2010
    Location
    tx
    Posts
    102
    Plugin Contributions
    0

    help question Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    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

  9. #4569
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by chrismaddox3d View Post
    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.


    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 /
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #4570
    Join Date
    Aug 2010
    Location
    tx
    Posts
    102
    Plugin Contributions
    0

    help question Re: Simple SEO URL [support thread]

    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,

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR