Page 423 of 506 FirstFirst ... 323373413421422423424425433473 ... LastLast
Results 4,221 to 4,230 of 5054
  1. #4221
    Join Date
    Sep 2008
    Posts
    11
    Plugin Contributions
    0

    Default SSU 3.8.1 together with SitemapXML

    Thanks for advice, but ssu 3.8.1 gives me all nice links, without categories id's or products id's, earlier versions was not.

    I gave my ftp details to Raine from rubikintegration team, he says that he will see for resolution.

    Soonest I will know what was wrong I will post on the forum

  2. #4222
    Join Date
    Oct 2006
    Posts
    12
    Plugin Contributions
    0

    Default Re: SSU 3.8.1 together with SitemapXML

    Hi J-A-J-O
    Yes the better SEO links in ssu 3.8.1 are what I need to, as I have the same problem with the sitemap urls I look forward to finding the solution
    Thanks
    John

  3. #4223
    Join Date
    Nov 2008
    Posts
    164
    Plugin Contributions
    0

    Default Re: SSU 3.8.1 together with SitemapXML

    Any chance the rel="canonical" tag is going to get implemented in this module? Would be a huge benefit IMO.

    http://www.webpronews.com/topnews/20...e-content-myth

  4. #4224
    Join Date
    Apr 2009
    Location
    Oxford UK
    Posts
    192
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by philip937 View Post
    check your permissions are all set correctly, however I've had the same problem in the past and I now keep a backup ssu empty folder structure so if need be I can simply delete the folders and drag some empty ones to replace them.

    Phil
    Posted via Mobile Device
    I am still getting this problem. I cannot set the permissions as apache is creating these files and not let me modify them.


    Any help is appreciated

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by gmrm View Post
    Hi all i cannot clear my cache . Has anyone else got the same problem ????

    When i try and clear any of the caches i get a massive list of this

    Warning Could not open dir /var/www/vhosts/fishingtackleoxford.co.uk/httpdocs/cache/ssu//aliases/9/b/9


    Can anyone help
    Go to your sever control panel/ file manager and delete your cache from their. I have to do this from time to time.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #4226
    Join Date
    Apr 2008
    Location
    Covington, Washington, United States
    Posts
    205
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    I'm getting a redirect error in Firefox... you know, the infamous:
    "Firefox has detected that the server is redirecting the request for this address in a way that will never complete."

    This only occurs (that I've notice so far anyways) when you search for a product on site, and then try adding it to the cart. With that said, it only occurs when you search for a string with a space in it.

    So if you searched "foo", and added an item from the results to the cart, you would be fine. But if you searched "foo bar" and tried adding one of the results to cart, you would get the redirect error. This is because of the "+" in "&keyword=foo+bar" within the array generated inside the URL.

    So, I know what it is, I just don't know how to fix it I think it has either something to do with mod_rewrite in my htaccess or SSU settings. Everything else as far as SSU is working great.

    Here is the contents of my htaccess file:
    #### 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 /store

    # 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

    # HEADERS and CACHING
    ##############################################
    #### CACHING ####

    # MONTH
    <FilesMatch "\.(flv|gif|jpg|jpeg|png|ico)$">
    Header set Cache-Control "max-age=5184000"
    </FilesMatch>
    # WEEK
    <FilesMatch "\.(js|pdf|swf)$">
    Header set Cache-Control "max-age=604800"
    </FilesMatch>
    # 10 minutes
    <FilesMatch "\.(html|htm|txt|css)$">
    Header set Cache-Control "max-age=600"
    </FilesMatch>
    # DONT CACHE
    <FilesMatch "\.(pl|php|cgi|spl|scgi|fcgi)$">
    Header unset Cache-Control
    </FilesMatch>

    And my SSU settings:

    Set Link Alias Status true
    Set minimum word length 0
    Set maximum name length 0
    Exclude list advanced_search_result,redirect,popup_image_additional,download,wordpress,produc t_reviews_write,popup_image,search_in_description
    ID delimiter -
    Set max category level 2
    Name delimiter -
    File extension
    Set SSU Status true
    Set SSU Multi Language Status false
    Set Query Key's Exclude List zenid,gclid,action,sort,page,disp_order,filter_id,alpha_filter_id
    Set Auto Alias Status - true
    Set Category Separator /
    Hide default language identifier true

    Currently using SSU 3.8.0b


    Anyone know what's going on here?

  7. #4227
    Join Date
    Sep 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    [QUOTE=litepockets;846893]I'm getting a redirect error in Firefox... you know, the infamous:
    "Firefox has detected that the server is redirecting the request for this address in a way that will never complete."

    I have Just had this problem.

    I took a lucky guess and added

    advanced_search,

    to Exclude list:

    It worked!

  8. #4228
    Join Date
    Apr 2008
    Location
    Covington, Washington, United States
    Posts
    205
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    I wish that did the trick. I was so excited, I was like.. WOOHOO! But nope. I've spent probably two hours on this. Lol.

  9. #4229
    Join Date
    Apr 2008
    Location
    Covington, Washington, United States
    Posts
    205
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    is there any way to escape the + in the htaccess?

  10. #4230
    Join Date
    Apr 2008
    Location
    Covington, Washington, United States
    Posts
    205
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    another question that may be a better solution altogether. I don't recall the array being present in the URL in the past. Seems like it was just domain.com/store/shopping_cart.

    What's the purpose of this array??

 

 

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