Page 455 of 506 FirstFirst ... 355405445453454455456457465505 ... LastLast
Results 4,541 to 4,550 of 5054
  1. #4541
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by tavikki_adbuddy View Post
    Solution 1 has not been tested since im not sure of the path to the config.php file. Looked at the configuration.php, but the paramerters as described was not in there.
    You can post your current .htaccess content here, we will see if there is anything can be tested out. The final solution tho, may still be contacting your host.
    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. #4542
    Join Date
    Oct 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Base" line below:

    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase /https://www.i-spy.no/

    # From Ultimate SEO URLs
    RewriteRule ^(.*)-p-(.*).html$ index\.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-c-(.*).html$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-m-([0-9]+).html$ index\.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pi-([0-9]+).html$ index\.php?main_page=popup_image&pID=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pr-([0-9]+).html$ index\.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pri-([0-9]+).html$ index\.php?main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-ezp-([0-9]+).html$ index\.php?main_page=page&id=$2&%{QUERY_STRING} [L]

    # For Open Operations Info Manager
    RewriteRule ^(.*)-i-([0-9]+).html$ index\.php?main_page=info_manager&pages_id=$2&%{QUERY_STRING} [L]

    # For dreamscape's News & Articles Manager
    RewriteRule ^news/?$ index\.php?main_page=news&%{QUERY_STRING} [L]
    RewriteRule ^news/rss.xml$ index\.php?main_page=news_rss&%{QUERY_STRING} [L]
    RewriteRule ^news/archive/?$ index\.php?main_page=news_archive&%{QUERY_STRING} [L]
    RewriteRule ^news/([0-9]{4})-([0-9]{2})-([0-9]{2}).html$ index\.php?main_page=news&date=$1-$2-$3&%{QUERY_STRING} [L]
    RewriteRule ^news/archive/([0-9]{4})-([0-9]{2}).html$ index\.php?main_page=news_archive&date=$1-$2&%{QUERY_STRING} [L]
    RewriteRule ^news/(.*)-a-([0-9]+)-comments.html$ index\.php?main_page=news_comments&article_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^news/(.*)-a-([0-9]+).html$ index\.php?main_page=news_article&article_id=$2&%{QUERY_STRING} [L]

    # All other pages
    # Don't rewrite real files or directories
    RewriteCond %{REQUEST_FILENAME} !-f [NC]
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*).html$ index\.php?main_page=$1&%{QUERY_STRING} [L]
    #### 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 /

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

    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond %{SCRIPT_FILENAME} !-d
    #RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
    RewriteRule ^(.+) index.php?/$1 [E=VAR1:$1,QSA,L,PT]
    #### EOF SSU

    I just noticed that there is some info from ultimate seo, not sure how this have gotten here, but i have no clue if this is the problem.

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

    Default Re: Simple SEO URL [support thread]

    You should remove all Ultimate Seo Url htaccess rules

    Your htaccess should look like this

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

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

    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond %{SCRIPT_FILENAME} !-d
    #RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
    RewriteRule ^(.+) index.php?/$1 [E=VAR1:$1,QSA,L,PT]
    #### EOF SSU
    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. #4544
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Also note that, if you have not removed all ultimate seo url file, they may interfere with how ssu work
    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. #4545
    Join Date
    Sep 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hello
    I installed a multisite module and there are problems with urls when the seo url is active; that shows error for all other pages than main page"
    so how can I arrange that;
    thank you

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by boby View Post
    Hello
    I installed a multisite module and there are problems with urls when the seo url is active; that shows error for all other pages than main page"
    so how can I arrange that;
    thank you
    For multi site module, I don't know. SSU relies on the HTTP_CATALOG and HTTPS_CATALOG etc to build the links. I'm not sure how the multisite module sets those, so I'm not sure
    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. #4547
    Join Date
    Sep 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    thank you for your answer;
    so which files you need for know how to arrange that;
    I found sites who use seo url.
    So please ask me the file and I search it at multisite;

    thank you

  8. #4548
    Join Date
    Jul 2010
    Posts
    49
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Thanks yet again for all the help.

    Quote Originally Posted by yellow1912 View Post
    Not really, that is how it should work.

    When you visit the site for the first time the session starts and thus you see zenid in there (note that this shows for only real users, not search engine bots, also by first time I mean everytime you open your browser and go to your site)
    When I visit my site my zenid is hanging around even when I click on different products and/or pages. The zenid is the same, so it's not registering a new session, it just keeps adding the same zenid to all subsequent pages. But if I click on the home button an then browse around my site the zenid disappears.

    I checked that Configuration>Sessions>Prevent Spider Sessions set to True, as I've read in other threads this is supposed to prevent zenid from being displayed.
    I've read a few other threads, with nothing describing this exact problem.

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by Nintendoparts View Post
    Thanks yet again for all the help.



    When I visit my site my zenid is hanging around even when I click on different products and/or pages. The zenid is the same, so it's not registering a new session, it just keeps adding the same zenid to all subsequent pages. But if I click on the home button an then browse around my site the zenid disappears.

    I checked that Configuration>Sessions>Prevent Spider Sessions set to True, as I've read in other threads this is supposed to prevent zenid from being displayed.
    I've read a few other threads, with nothing describing this exact problem.
    SSU actually relies on Zencart code to add zenid to the end of the link if needs to.

    The behavior you describe when clicking on the homepage link and then the zenid is removed is correct. I'm not sure why for other pages it is behaving differently though. There are a bunches of settings regarding the zenid, you may want to paste your current settings here. In any case tho, this issue relates to zencart settings rather than SSU
    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. #4550
    Join Date
    Jul 2010
    Posts
    49
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    SSU actually relies on Zencart code to add zenid to the end of the link if needs to.

    The behavior you describe when clicking on the homepage link and then the zenid is removed is correct. I'm not sure why for other pages it is behaving differently though. There are a bunches of settings regarding the zenid, you may want to paste your current settings here. In any case tho, this issue relates to zencart settings rather than SSU
    My session settings are:
    Session Directory /home2/ndsparts/public_html/cache
    Cookie Domain True
    Force Cookie Use False
    Check SSL Session ID False
    Check User Agent False
    Check IP Address False
    Prevent Spider Sessions True
    Recreate Session True
    IP to Host Conversion Status True

    I don't thing the Session Directory /home2/ndsparts/public_html/cache is correct as my website is nintendoparts.com.au
    ndsparts.com was another domain I purchased from bluehost.com but never used.
    I changed it to
    Session Directory //cache
    and to
    Session Directory /cache
    but it made no difference.

    As this is slightly off topic from SSU and I don't want to take the focus of this thread away from SSU, I've posted this question here:

    http://www.zen-cart.com/forum/showthread.php?t=153852

    please reply in the above thread if possible. Thanks.

 

 

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