Page 449 of 506 FirstFirst ... 349399439447448449450451459499 ... LastLast
Results 4,481 to 4,490 of 5054
  1. #4481
    Join Date
    Oct 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    On line 16 of the latest version of SSU there is no code refer to yclass, 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
    Ugh headache. Will go install everything again (4th or 5th time now). Pretty sure it was 3.8.5

  2. #4482
    Join Date
    Oct 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Another installation was the charm, working great now, thanks!

  3. #4483
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I have ssu v3.7.1 installed on zc 1.3.8a and my htaccess is:

    #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On

    RewriteBase /

    # 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

    and I double checked with my hosting company, mod rewrite is on.

    Anything else that I can check?

    and yes, I have module manager installed and working.
    Thank you,
    autoace

  4. #4484
    Join Date
    Sep 2010
    Posts
    3
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi, guys, I have Zencart v1.3.8,
    I installed Module Manager (and its working), and I installed Simple SEO URL Version: 3.5.8.

    After finishing the installation, my index page works fine, but I get 500 Internal Server Error on all other pages (links).
    The http adresses are good too, for example: for category it would give http://www.MySite/cake-c-3.

    I checked MySite/admin configuration, its the same as people suggest in the forum.
    I was missing cache/.... directories, so i added them
    I checked my htacces in root directory and it seems fine, it reads:

    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

    #### BOF SSU
    Options +FollowSymLinks
    RewriteEngine On
    # Change "/zencart/ to the correct setting
    # if your site is located at root folder, then you should have RewriteBase /
    # Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG
    RewriteBase /www.*******.com/

    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]

    RewriteCond %{SCRIPT_FILENAME} -f [OR]
    RewriteCond %{SCRIPT_FILENAME} -d
    RewriteRule .* - [L]

    RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L,PT]
    #### EOF SSU

    Please help!!!!

    I don't know what more i can check to make this awesome contribution work.

    Thank you!

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

    Default Re: Simple SEO URL [support thread]

    Difficult to say because your htaccess configuration must be based on the location of your store. You can visit yourstore/ssu_check.php to see the suggested configuration

    Quote Originally Posted by autoace View Post
    I have ssu v3.7.1 installed on zc 1.3.8a and my htaccess is:

    #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On

    RewriteBase /

    # 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

    and I double checked with my hosting company, mod rewrite is on.

    Anything else that I can check?

    and yes, I have module manager installed and working.
    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. #4486
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I did, thats what it suggested! Anything else I can check.
    Thank you,
    autoace

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by autoace View Post
    I did, thats what it suggested! Anything else I can check.
    1. If you server is using IIS instead of Apache, better get the latest version
    2. In fact, better get the latest version in any case
    3. Make sure you have uploaded ALL files correctly, missing one or two files is not uncommon
    4. If all done and still not work, check to make sure mod_rewrite is really working
    http://www.wallpaperama.com/disp-post19.html
    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

  8. #4488
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    1. If you server is using IIS instead of Apache, better get the latest version
    2. In fact, better get the latest version in any case
    3. Make sure you have uploaded ALL files correctly, missing one or two files is not uncommon
    4. If all done and still not work, check to make sure mod_rewrite is really working
    http://www.wallpaperama.com/disp-post19.html
    Its weird, but I think I worked out the kinks here with the htaccess. I noticed one irregularity between what I had and what was suggested (ssu_check) and so I changed it to that and then it started to work halfway. The urls were coming up but the css was not being called. So I checked my error logs and the line that ends with !-f was causing an error and being ignored, so I commented that out, now my css is being called but my admin serves a 500 internal error. So I guessed that it was the line below that (ends with !-d) and commented it out. Now it works! Both front and back ends and the css is being called!

    Now I just need to know how to set the ssu config in admin so that my urls are better.

    Currently, I am getting:

    www.domain.com/air/air/replacement - for the product info display pages. How do I configure ssu so that it writes it like this:

    http://www.domain.com/engine-and-dri...k-n-air-filter etc

    I'm the top level cat and then the product name should work well.

    Please remember I have ssu v3.7.1. Thanks so much for your help :)
    Thank you,
    autoace

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

    Default Re: Simple SEO URL [support thread]

    Better check your htaccess, perhaps you should post it here. Remove or editing htaccess rules correctly may have serious effect

    If you look in your admin, so will see the current divider for categories being set as "/", you can change it to something else and reset ssu cache. If you have SSU Alias on you will need to clear out alias table as well.


    Quote Originally Posted by autoace View Post
    Its weird, but I think I worked out the kinks here with the htaccess. I noticed one irregularity between what I had and what was suggested (ssu_check) and so I changed it to that and then it started to work halfway. The urls were coming up but the css was not being called. So I checked my error logs and the line that ends with !-f was causing an error and being ignored, so I commented that out, now my css is being called but my admin serves a 500 internal error. So I guessed that it was the line below that (ends with !-d) and commented it out. Now it works! Both front and back ends and the css is being called!

    Now I just need to know how to set the ssu config in admin so that my urls are better.

    Currently, I am getting:

    www.domain.com/air/air/replacement - for the product info display pages. How do I configure ssu so that it writes it like this:

    www.domain.com/engine-and-drivetrain/k-n-air-filter etc

    I'm the top level cat and then the product name should work well.

    Please remember I have ssu v3.7.1. Thanks so much for your help :)
    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. #4490
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    As suggested by you, please have a look:

    #### BOF SSU
    Options +FollowSymLinks -MultiViews

    RewriteEngine On

    RewriteBase /

    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]

    #RewriteCond %{SCRIPT_FILENAME} !-f
    #RewriteCond %{SCRIPT_FILENAME} !-d
    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA]

    #### EOF SSU

    The lines that end with !-f and !-d are the ones I commented out, everything seems to be working fine....
    Thank you,
    autoace

 

 

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