Page 343 of 506 FirstFirst ... 243293333341342343344345353393443 ... LastLast
Results 3,421 to 3,430 of 5054
  1. #3421
    Join Date
    Jul 2008
    Posts
    113
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    I believe this question has been answered more than once, and perhaps I should try to put in the FAQ.
    1. Older versions of SSU create more cache files, try to upgrade to the latest one.
    2. SSU caches files based on url, not product or category, so you will always have more cache files than number of products and categories.
    3. No, urls will not end up corrupted. If cache files are deleted, SSU will just regenerate them
    4. New versions of SSU always come with a cron folder which contain a cache cleaning file. You can set up a cronjob to have this file run once per month.

    I did try searching the folders for this question, but if you search for Folders or Cache you get pretty much everything. I couldn't figure out how to narrow it down. So it might be good to add it to the docs. I do have the docs bookmarked.

    I'm having problems clearing the Alias cache on two of our sites. The other caches clear ok but when I try to reset the Alias it bombs out to a blank browser screen, or "Mysql not accessible" error message.
    Last edited by daffy; 22 Jul 2009 at 04:52 PM.

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

    Default Re: Simple SEO URL [support thread]

    Hi Yellow I have a question for you. I know you updated my site to Beta 3.7.0 when my site map was not out putting the right URLS. My question is, do I have to upload every file in the Beta 3.7.1 or just what file do I have to upload to change it to the current version of simple seo Beta 3.7.1. Or do I have to upgrade at all. I know you said something about ajax in the next version. Thank you
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by planatgenet View Post
    Hi Yellow,

    I have my product listing pages set up so that when a customer clicks the "buy it now" button the product is added to their cart without going to the product info page, it stays on the product listing page.

    This works fine when SSU is turned off, but when I activate SSU the behaviour changes and pressing the buy it now button instead takes the user to the product info page.

    Any ideas on what might be causing this change in behaviour as I would like the user to stay on the product listing page when they press the buy it now button.

    Many thanks
    What is your SSU version? Where and when did you download it? Can you post a url so I can see the site you are talking about? (you can pm me)
    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. #3424
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by daffy View Post
    I did try searching the folders for this question, but if you search for Folders or Cache you get pretty much everything. I couldn't figure out how to narrow it down. So it might be good to add it to the docs. I do have the docs bookmarked.

    I'm having problems clearing the Alias cache on two of our sites. The other caches clear ok but when I try to reset the Alias it bombs out to a blank browser screen, or "Mysql not accessible" error message.
    Clearing the Alias cache does not require mysql connection, but with the cache being cleared all at once new files have to be regenerated when your users access links on the front page, perhaps that's what's causing the message you see?
    Are you using 3.6+? Try the "fix cache" option. Also, you can set up the cron to run the cache clearance at night time so it doesnt interfere with the store activity.
    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

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    Hi Yellow I have a question for you. I know you updated my site to Beta 3.7.0 when my site map was not out putting the right URLS. My question is, do I have to upload every file in the Beta 3.7.1 or just what file do I have to upload to change it to the current version of simple seo Beta 3.7.1. Or do I have to upgrade at all. I know you said something about ajax in the next version. Thank you
    the 3.7.1 mainly contains fixes for multi language sites, so you actually dont need to upgrade to it right now if your site is using only one language
    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. #3426
    Join Date
    Mar 2005
    Posts
    123
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    I have never tried that before, but have your cleared out the cache after that? And can you post the exact term you put in the alias and in url fields (in the alias manager)?
    Hi Yellow, I've just upgraded to the latest version of SSU...

    I have cleared all the cache's and I entered the below into the alias manager:

    URL: paul-smith?sort=20a&filter_id=44
    ALIAS: paul-smith-tshirts

    I cleared the alias cache again and it still won't take it... I've also tried removing filter_id from the list of ignored Query Keys in the admin (does that effect anything else?)

    Thanks

  7. #3427

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Okie, so I assume 2 things here:
    1. your current host is localhost
    2. your store is at http://localhost/hotshoes/

    Then the correct htaccess is:

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

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

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

    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond %{SCRIPT_FILENAME} !-d
    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
    #### EOF SSU
    I commented out the www redirection for you because you wouldnt need it till you go online.
    What is your version? If you are using 3.5+ you should be able to visit localhost/ssu_check.php and you will see a suggested htaccess content based on your configuration
    Hi, yellow

    Thanks for your reply. I used winmerge to compare the htaccess you offer above with my old one and find these 2 are almost identical, you use domain but I use example instead. I noticed that you said the ssu_check.php appears under localhost/ but now my ssu_check.php is under /localhost/hotshoes/ for my site root is there. I will give it a try to see any different.

    Regards,

  8. #3428
    Join Date
    Jul 2008
    Posts
    113
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi Yellow,

    I upgraded from 3.6.2 to 3.6.7 and now everything is working very smoothly, and very quickly. No more errors when I reset the cache.

    The simplified file structure in the cache is not so overwhelming, as well. I'm very impressed with the newest version so far. Thank you!

    Cyndy

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

    Default Re: Simple SEO URL [support thread]

    Huhm, I dont think it will take a "link" which contains query string in it. There is a way around but that has its own drawback:

    1. In the excluded query list, take out sort and filter id
    2. Now your link will look like this:
    paul-smith/sort/20a/filter_id/44

    Now you sure can use that for alias

    Regards
    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. #3430
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by daffy View Post
    I googled this and found out it has something to do with Google's own instructions. The phrase is RECOMMENDED. To tell the truth, I don't understand what this site is talking about (it's very late here)... but if you want to read up on it here's the scoop:

    http://googlewebmastercentral.blogsp...-meta-tag.html
    Daffy, you are reading it wrong. It says that it's recommend to combine many tags into 1 tag if possible, it doesnt say that all sites should use noindex (and obviously most sites should not use this, unless on many pages such as the account pages which should be inaccessible anyway)

    I have not got any problem with sites not indexed after installing SSU. The problem is usually because of some incorrect metatags set by users. You can try our own site (rubikintegration.com) and you will see it is indexed well.


    Hi Yellow,

    I upgraded from 3.6.2 to 3.6.7 and now everything is working very smoothly, and very quickly. No more errors when I reset the cache.

    The simplified file structure in the cache is not so overwhelming, as well. I'm very impressed with the newest version so far. Thank you!

    Cyndy
    Sound great. I have been thinking of a better caching system as well. I will have to run more tests but hopefully we will see continue improvements in the future. If you are worry about the cache growing too big, you can use the cron included in the package, set a cronjob on your host to have this file run every 1-2 week at midnight (or the best time on your site)
    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

 

 

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