Page 163 of 506 FirstFirst ... 63113153161162163164165173213263 ... LastLast
Results 1,621 to 1,630 of 5054
  1. #1621
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default 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/
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  2. #1622
    Join Date
    Apr 2008
    Posts
    154
    Plugin Contributions
    0

    Default 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??
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

  3. #1623
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by tyankee View Post
    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.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  4. #1624
    Join Date
    Apr 2008
    Posts
    154
    Plugin Contributions
    0

    Default 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
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

  5. #1625
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by tyankee View Post
    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?
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  6. #1626
    Join Date
    Apr 2008
    Posts
    154
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    yikes again... my bad... i forgot to change the directory in the htaccess file to my root instead of /zencart.. it works fine now.. thanks again..
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

  7. #1627
    Join Date
    Oct 2007
    Posts
    64
    Plugin Contributions
    0

    Default 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

  8. #1628
    Join Date
    Oct 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    doh! im a fool :S


    change rewrite base to /~domain/ and its working

  9. #1629
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by member View Post
    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
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  10. #1630
    Join Date
    Dec 2004
    Posts
    104
    Plugin Contributions
    0

    Default 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.

 

 

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