Page 393 of 506 FirstFirst ... 293343383391392393394395403443493 ... LastLast
Results 3,921 to 3,930 of 5054
  1. #3921
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by johnnylazerball View Post
    I am using multisite and simple SEO all works great except I get this every once in awhile

    /categories_name-c-0/products-name-p-18

    and of course the page says "Sorry, the product was not found."

    How do I fix it?
    Meaning you are using easypoplulate version that messes up the master category id. You can reset master category id via store manager in the admin I believe. Be careful if you are also using linked products though.
    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. #3922
    Join Date
    Mar 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Could someone please point me to the installation instructions for the mod? The read me gives a URL http://wiki.rubikintegration.com/zencart/modules/ssu which takes me to a page with a message saying that it is a topic that doesn't yet exist.
    Thanks

  3. #3923

    Default Re: Simple SEO URL [support thread]

    I just noticed doing a backup that my simple seo cache is HUGE..
    tousands and thousands of tiny files. I tried resetting it in the
    admin gui but it timed out.

    I only have 15 products.

    Any idea whats going on?

    Can I clean it up somehow from the command line?

    Thanks,
    Mike

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

    Default Re: Simple SEO URL [support thread]

    Hi Raine I have a little problem sometimes. I notice when you click on a category it takes you to the product page instead of seeing all the products in that category. When I cut seo off it works fine. When I cut seo off and clean my cache it seems to work for a little while then it messes up again. Any ideas on this would be appreciated. Thanks you in advance.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  5. #3925
    Join Date
    Mar 2009
    Posts
    28
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I have little problem with the Simple SEO URL

    I have some products with manufacturers name contain "&" and "-"
    for example "X&Y" and "X-game"
    if using the manufacturer side box to sort those items, the url display like this:

    For manufacturer "X&Y" will display: www.mydomain.com/shop/x
    how to change it back to www.mydomain.com/shop/manufacturer/x-y

    For manufacturer "X-game" will display: www.mydomain.com/shop/game

    how to change it back to www.mydomain.com/shop/manufacturer/x-game

    thx

  6. #3926
    Join Date
    Oct 2008
    Posts
    111
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi

    Can't find the installation instructions for this. the links do not seem to be operating.

    Thanks

    matt

  7. #3927
    Join Date
    Oct 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    My installation is still showing warnings when I visit ssu_check.php

    I am using the .htaccess file that is provided and this is my includes/configure.php setup:
    PHP Code:
    define('HTTP_SERVER''http://mysite.com');
    define('HTTPS_SERVER''https://mysite.com');

    define('DIR_WS_CATALOG''/store/');
    define('DIR_WS_HTTPS_CATALOG''/store/'); 
    and all of my cache files are set to 777

    Can anyone explain why I'm getting these warnings? The don't make sense to me.

  8. #3928
    Join Date
    Jul 2009
    Location
    Maryland
    Posts
    37
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Matt Smith View Post
    Hi

    Can't find the installation instructions for this. the links do not seem to be operating.

    Thanks

    matt
    try here : http://wiki.rubikintegration.com/zen...u/installation

  9. #3929
    Join Date
    Jul 2009
    Location
    Maryland
    Posts
    37
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I could use some help too, I see that I am supposed to append my htaccess file but not sure what I should replace, could someone let me know what lines to cut to replace please.

    Thanks,

    here is what I currently have in my htaccess file:

    Code:
    RewriteEngine on
    
    # -FrontPage-
    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName aprons4you.com
    AuthUserFile /home/apronsy1/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home/apronsy1/public_html/_vti_pvt/service.grp
    RewriteCond %{HTTP_HOST} ^aprons4you.net$ [OR]
    RewriteCond %{HTTP_HOST} ^www.aprons4you.net$
    RewriteRule ^.*$ "http\:\/\/aprons4you\.com\/" [R=301,L]
    
    
    # BEGIN WordPress
    
    # END WordPress

    Code:
    #### 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 /zencart/
    
    # 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
    I know that goes in there somewhere but I can't figure where, also, my site is www.aprons4you.com, so i'm not sure why it's pointing to aprons4you.net??? I do own that and it's pointed here as well but that is not the parent url?

    Thanks,

  10. #3930
    Join Date
    Apr 2009
    Location
    Oxford UK
    Posts
    192
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Yellow i have a question for you. I have a server with 1and1 and i have used all of my allocated files 262,144 in total. I have noticed that SSU uses a lot of these in the cache. Is there a way of having the cache in the DB not the cache in the root directory of my website ???

 

 

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