Page 326 of 506 FirstFirst ... 226276316324325326327328336376426 ... LastLast
Results 3,251 to 3,260 of 5054
  1. #3251
    Join Date
    Dec 2008
    Location
    USA
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    thank you. I will try that.

  2. #3252
    Join Date
    Dec 2008
    Location
    USA
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    How about getting 3.6.7 and reupload the files first, then clearing your cache, in your store admin/Extras/simple seo URL manager. If it still doesnt solve the problem, we can go from there.

    I upgraded to 3.6.7, now I do not see 1064 error for

    http: //www.salevalley.com/xyz'

    but still it is redirecting to homepage. not getting the 404

  3. #3253
    Join Date
    Jun 2009
    Posts
    21
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    Now i have installed new version of ssu and module manage

    and when i click on admin >> Extra >> Simple SEO Url

    Its show me one error

    Failed to create .keep file

    And after that

    Error Failed: 1
    Error ERROR: Cannot create table module_version_tracker because it already exists
    Warning Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.
    Error Failed to set up version tracker table

    Please suggest

    Thanks

  4. #3254
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by bobmatt4u View Post
    Now i have installed new version of ssu and module manage

    and when i click on admin >> Extra >> Simple SEO Url

    Its show me one error

    Failed to create .keep file

    And after that

    Error Failed: 1
    Error ERROR: Cannot create table module_version_tracker because it already exists
    Warning Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.
    Error Failed to set up version tracker table

    Please suggest

    Thanks
    Go to the root of your store then go to admin/includes/module_installation and make a empty file name .keep and put it there. It's looking for it but for some reason it didn't create it.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  5. #3255
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by srigari View Post
    I upgraded to 3.6.7, now I do not see 1064 error for

    http: //www.salevalley.com/xyz'

    but still it is redirecting to homepage. not getting the 404
    Did you clear your simple seo cache?
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #3256
    Join Date
    Jul 2004
    Location
    Las Vegas
    Posts
    477
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Yellow do you think you can shed a little light on this for me.

    http://www.zen-cart.com/forum/showpo...postcount=3199

    its on page 320 of this thread

    Thank you
    User of zencart

  7. #3257
    Join Date
    Dec 2008
    Location
    USA
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    Did you clear your simple seo cache?
    I did clear the cache. when I stop the SSU and remove htaccess file, everything is working as expected. The moment I put the .htaccess file back, I see the problem.

    The problem seems to be in my .htaccess file. I am playing around with it now. But no luck.

    here is my .htaccess

    Options +FollowSymLinks -MultiViews
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^salevalley.com$ [OR]
    RewriteCond %{HTTP_HOST} ^www.salevalley.com$
    RewriteRule ^shop/?$ "http\:\/\/www.salevalley\.com" [R=301,L]

    RewriteCond %{HTTP_HOST} ^salevalley.com
    RewriteRule (.*) http://www.salevalley.com/$1 [R=301,L]

    #### BOF SSU

    # 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 /

    # 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]
    #### EOF SSU



    Please let me know any changes needed.

    Thanks

  8. #3258
    Join Date
    Dec 2008
    Location
    USA
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I tried with just putting the .htaccess supplied with SSU 3.6.7 bas below and deleted everything else, still same problem


    #### 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 /

    # 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

    Please let me know how to go about it.

    Thanks

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by batteryman View Post
    Yellow do you think you can shed a little light on this for me.

    http://www.zen-cart.com/forum/showpo...postcount=3199

    its on page 320 of this thread

    Thank you
    Quote Originally Posted by yellow1912 View Post
    Turn off gzip for now, seems like the page content is messed up.
    Quote Originally Posted by yellow1912 View Post
    What module have you installed recently that can interfere with content? I know SSU cant do that for sure.
    Quote Originally Posted by countrycharm View Post
    I don't have it on in my store. I have this in my .ini file
    zlib.output_compression_level = -6
    but I took that out to see what it would do but i'm getting the same thing.
    Quote Originally Posted by yellow1912 View Post
    No I was talking to countrycharm, sorry for the confustion. Can you post your problem or link to it again?

    @Countrycharm: Seem like it appears like that only on a 2nd load of a page, so for example if i load http://www.thegoodshepherdstore.com/...gifts-under-20 once it works okie, and then when i refresh i see only code. And it only happens on category pages. I have turned off ssu for checking and it's still the same, so the problem is not there

    PS: seem like because there are 2 level of gzip (by server and by simple-cache), I turned off simple cache gzip and it works for you now. I cannot replicate the other problem tho.
    Just to make sure you know what the problem was I had simple cache with gzip cut on and I had zlib.output_compression_level = -6 on, on my server so that was what was messing things up for me. Yellow went to my site admin and cut off simple cache and things was back to normal. I hope this will help.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #3260
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by srigari View Post
    I tried with just putting the .htaccess supplied with SSU 3.6.7 bas below and deleted everything else, still same problem


    #### 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 /

    # 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

    Please let me know how to go about it.

    Thanks
    Rum the ssu_check file in your root and see what it tells you to do about your .htaccess file.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 

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