Page 295 of 506 FirstFirst ... 195245285293294295296297305345395 ... LastLast
Results 2,941 to 2,950 of 5054
  1. #2941
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Well, if you already have 3.6.6, no need to upgrade to 3.6.7 BUT you probably have not followed this (assuming you upgraded, not installed 3.6.6 from fresh)

    http://wiki.rubikintegration.com/zen...les/ssu/config
    Didn't upgrade - installed fresh.

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by janellez View Post
    I installed ssu_beta_3.6.6. I'll see about installing 3.6.7?
    If you have installed correct, and if it is 3.6.6 fresh you cannot have this form at all:

    http://www.ursite.com/advanced_search_result
    it should be http://www.ursite.com/index/php?main..._search_result

    In any case tho, check your setting and compare with the setting in the link above.
    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. #2943
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    If you have installed correct, and if it is 3.6.6 fresh you cannot have this form at all:

    http://www.ursite.com/advanced_search_result
    it should be http://www.ursite.com/index/php?main..._search_result

    In any case tho, check your setting and compare with the setting in the link above.
    I really appreciate your willingness to help. I checked the config settings against the link you sent. It all looks ok.

    However, you have me a bit concerned. When I search for "ivory" on my site (http://www.frantzartglass.com), I get this URL - http://www.frantzartglass.com/advanc.../keyword/ivory

    Clearly there is something wrong. I am not sure what though. I had a hard time installing this but it seems to work otherwise. Is there a file I missed? A setting somewhere?

    Thanks again for your help.

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by janellez View Post
    I really appreciate your willingness to help. I checked the config settings against the link you sent. It all looks ok.

    However, you have me a bit concerned. When I search for "ivory" on my site (http://www.frantzartglass.com), I get this URL - http://www.frantzartglass.com/advanc.../keyword/ivory

    Clearly there is something wrong. I am not sure what though. I had a hard time installing this but it seems to work otherwise. Is there a file I missed? A setting somewhere?

    Thanks again for your help.
    Your exclude list is not working at all for whatever reason . Can be that the exclude list is empty? I dont know. One thing I know for sure, it is not working as it should.
    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. #2945
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Your exclude list is not working at all for whatever reason . Can be that the exclude list is empty? I dont know. One thing I know for sure, it is not working as it should.
    I'm at a loss - it's not empty. It contains the following -

    zenid,gclid,number_of_uploads,number_of_downloads,action,sort,page,disp_order,fi lter_id,alpha_filter_id,currency,keyword,search_in_description

    (which is what you suggested in your config document)

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by janellez View Post
    I'm at a loss - it's not empty. It contains the following -

    zenid,gclid,number_of_uploads,number_of_downloads,action,sort,page,disp_order,fi lter_id,alpha_filter_id,currency,keyword,search_in_description

    (which is what you suggested in your config document)
    That is the query exclude list, what about the page exclude list?
    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. #2947
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    That is the query exclude list, what about the page exclude list?
    Hmmm, I don't even see that as an option in my configuration settings. Is it possible that sql script didn't run during setup?

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by janellez View Post
    Hmmm, I don't even see that as an option in my configuration settings. Is it possible that sql script didn't run during setup?
    yup, very possible something went wrong :)

    Run this via your sql patch tool:

    delete from module_version_tracker where module_code='yellow1912_ssu';

    And then, go back to extra->ssu manager and you should see patches from 0-15 being applied
    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. #2949
    Join Date
    Sep 2007
    Posts
    128
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    yup, very possible something went wrong :)

    Run this via your sql patch tool:

    delete from module_version_tracker where module_code='yellow1912_ssu';

    And then, go back to extra->ssu manager and you should see patches from 0-15 being applied
    Oh my gosh - thank you so much! Completely fixed!

  10. #2950
    Join Date
    May 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    i using the last SSU, ZC 1.3.8a and mulitistes plugin.

    my .htaccess file in /includes/
    Code:
    #### BOF SSU 
    Options +FollowSymLinks -MultiViews 
    
    RewriteEngine On 
    
    RewriteBase / 
    
    # Deny access from .htaccess 
    RewriteRule ^\.htaccess$ - [F] 
    
    RewriteCond %{SCRIPT_FILENAME} !-f 
    RewriteCond %{SCRIPT_FILENAME} !-d 
    RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA] 
    
    #### EOF SSU
    
    
    # $Id: .htaccess 1105 2005-04-04 22:05:35Z birdbrain $
    #
    # This is used with Apache WebServers
    # The following blocks direct HTTP requests in this directory recursively
    #
    # For this to work, you must include the parameter 'Limit' to the AllowOverride configuration
    #
    # Example:
    #
    #<Directory "/usr/local/apache/htdocs">
    #  AllowOverride Limit
    #
    # 'All' with also work. (This configuration is in your apache/conf/httpd.conf file)
    #
    # This does not affect PHP include/require functions
    #
    # Example: http://server/catalog/includes/application_top.php will not work
    
    <Files *.php>
    Order Deny,Allow
    Deny from all
    </Files>
    file from includes/configure.php:
    PHP Code:
      define('HTTP_SERVER''http://www.rollshop.sk');
      
    define('HTTPS_SERVER''https://www.rollshop.sk');
      
    define('DIR_WS_CATALOG''/');
      
    define('DIR_WS_HTTPS_CATALOG''/'); 
    setings from admin and ssu_check.php are on pictures


    i do all steps from instalation details but all links get me to the index page. can somebody help me with this problem?
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	ssu.jpg 
Views:	155 
Size:	17.2 KB 
ID:	5628   Click image for larger version. 

Name:	ssu-check.jpg 
Views:	149 
Size:	35.9 KB 
ID:	5630  
    Last edited by pildo; 25 Apr 2009 at 08:59 PM.

 

 

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