Page 198 of 506 FirstFirst ... 98148188196197198199200208248298 ... LastLast
Results 1,971 to 1,980 of 5054
  1. #1971
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Steve_A View Post
    Thanks for that, it fixed it and it seems to work now!!

    Is there any easy way of getting rid of the -c-1_3 part of the category link. I understand that it means that identical category/subcat structures are different but they look a bit odd
    If you are using 3.6.0, turn on auto alias AND Reset cache.
    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. #1972
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Did you mean to give this as a hint to those who may have similar configuration? Just want to make sure ^_^

    BTW, I would advise you to make sure your store can be reached at ONLY ONE url, choose one and redirect the other to it.

    Quote Originally Posted by pglock View Post
    One other hint. My site can be reached by two urls: http://www.splatcooking.net/store/ or http://store.splatcooking.net I've modified the .htaccess to check for which uri was used so that redirects are only applied to store.splatcooking .net. here's the revised .htaccess:

    Code:
    #### BOF SSU 
    Options +FollowSymLinks -MultiViews 
    RewriteEngine On 
    RewriteBase /store/ 
    
    # Deny access from .htaccess 
    RewriteRule ^\.htaccess$ - [F] 
    
    RewriteCond %{SCRIPT_FILENAME} !-f 
    RewriteCond %{SCRIPT_FILENAME} !-d 
    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA] 
    
    # STRIP THE REWRITEBASE RULE FROM NON-SSL CONNECTIONS. 
    RewriteCond %{SERVER_PORT} 80 
    RewriteCond %{HTTP_HOST} store.splatcooking.net 
    RewriteCond %{REQUEST_URI} ^/store/ 
    RewriteRule ^(.*) /index.php?/$1 [E=VAR1:$1,QSA,L] 
    #### EOF SSU
    Note the HTTP_HOST condition.
    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

  3. #1973
    Join Date
    Jun 2006
    Location
    UK
    Posts
    65
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    yes, just a hint for similar set-ups to mine. Thanks for the advice about only using one url, all work from the last week onwards refers to store.splatcooking.net but some of the google results and other site links still refer to the previous www.splatcooking.net/store so I need to make sure they still end up on the page they expect.

    Regards
    Peter

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by pglock View Post
    yes, just a hint for similar set-ups to mine. Thanks for the advice about only using one url, all work from the last week onwards refers to store.splatcooking.net but some of the google results and other site links still refer to the previous www.splatcooking.net/store so I need to make sure they still end up on the page they expect.

    Regards
    Peter
    You can use htaccess to redirect (301) them to the new links. It will help in the long run for seo purpose)

    (Just the same reason why we should either use www or not www, not both)

    Also, those who upgrade to 3.6.0, you do not have to turn on auto alias if you dont want to btw. So you can still upgrade just to get the advantage of the new caching optimization. This should be extremely helpful if you have over 1k products.
    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. #1975
    Join Date
    Aug 2006
    Posts
    36
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    If you are using 3.6.0, turn on auto alias AND Reset cache.
    I've done that but it doesn't seem to be removing them at all.

    I've checked the permssions on the ssu cache and its all OK but oddly enough when I click on clear cache it says that it has removed files. If I then click it again it tells me its removed the same number of files.

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Steve_A View Post
    I've done that but it doesn't seem to be removing them at all.

    I've checked the permssions on the ssu cache and its all OK but oddly enough when I click on clear cache it says that it has removed files. If I then click it again it tells me its removed the same number of files.
    Interesting, what is the permission lvl now? Try to set it to 777(or that folder and the sub folders as well). If that doesnt work can you try to manually remove them?
    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

  7. #1977
    Join Date
    Aug 2006
    Posts
    36
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I went in and manually deleted the files because although it seemed to get rid of them they just came back with new time stamps.

    I've set both the alias options to true and cleared the cache but its still putting the category numbers on the end.

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Steve_A View Post
    I went in and manually deleted the files because although it seemed to get rid of them they just came back with new time stamps.

    I've set both the aliases options to true and cleared the cache but its still putting the category numbers on the end.
    When you check your alias in the manager, what do you see? BTW, you have to delete all ssu cache file, and i really mean it whem i say all. A good way to do it is to gp in each main sub folder (products, categories, pc, alias,...) and delete whatever you see in there. The Clear all cache in the manager is supposed to do that for you. It is strange it cant delete the files. Must be some special setting on your server.
    Last edited by yellow1912; 26 Jan 2009 at 02:16 PM.
    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

  9. #1979
    Join Date
    Dec 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Thanks yellow1912,
    I upgraded my version of SSU and that fixed the problem. I had assumed the version on zen-cart.com was the lastest.

    I have another problem. I had a sale yesterday and it did not appear in my google analytics e-commerce code. I am using the Google Analytics plugin for Zen Cart and it had been working up until now.

    Any suggestions?

    Thanks

  10. #1980
    Join Date
    Aug 2006
    Posts
    36
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    When you check your alias in the manager, what do you see? BTW, you have to delete all ssu cache file, and i really mean it whem i say all. A good way to do it is to gp in each main sub folder (products, categories, pc, alias,...) and delete whatever you see in there. The Clear all cache in the manager is supposed to do that for you. It is strange it cant delete the files. Must be some special setting on your server.
    I've gone into each of the top level folders in the ssu folder and deleted everything.

    There is nothing in the aliases area in the manager

 

 

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

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