Page 460 of 506 FirstFirst ... 360410450458459460461462470 ... LastLast
Results 4,591 to 4,600 of 5054
  1. #4591
    Join Date
    Apr 2007
    Location
    Washington
    Posts
    115
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    I hope when you deleted all the files you deleted the cache/ssu files too. If you didn't that is probably the problem.
    I did delete the cache/ssu files. Good thinking, though. I managed to get the "categories" page working -- that was my error. Somehow, I managed to move the categories.php file from the admin area... ??? I have no idea how that happened.

    BUT, somehow in the admin area, SSU still seems to be working (even though I meticulously deleted every file). I'm confused how it's still recreating the new URL if it's uninstalled.

    Any thoughts?
    Last edited by cleverpork; 1 Nov 2010 at 10:23 PM. Reason: misspelling
    Cris

  2. #4592
    Join Date
    Oct 2010
    Location
    San Juan Puerto Rico
    Posts
    62
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Anyone on what I posted above?

  3. #4593
    Join Date
    Nov 2005
    Posts
    157
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Good mode. but

    1. too many cached files in cache/ssu, when ever i tru to remove those cache, page shows php time out
    2. extra language become /index/language/french/ can we simply use /fr/ ?
    3. well can we get rid of module manager as no other mod use it anymore...

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by weber View Post
    Good mode. but

    1. too many cached files in cache/ssu, when ever i tru to remove those cache, page shows php time out
    2. extra language become /index/language/french/ can we simply use /fr/ ?
    3. well can we get rid of module manager as no other mod use it anymore...
    If you are using the current version of simple seo 3.8.8 it doesn not cache half as many files that it use to. You can download it from his site here. Yes you can just use French read the online documentation on how to. Yes I'm afraid module manger is required to use this module.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by cleverpork View Post
    I did delete the cache/ssu files. Good thinking, though. I managed to get the "categories" page working -- that was my error. Somehow, I managed to move the categories.php file from the admin area... ??? I have no idea how that happened.

    BUT, somehow in the admin area, SSU still seems to be working (even though I meticulously deleted every file). I'm confused how it's still recreating the new URL if it's uninstalled.

    Any thoughts?
    Currently this process has to be done manually. Generally you just have to go through the installation steps, but backward.

    1. Revert .htaccess back to normal.
    2. Revert the changes made to html_output.php
    3. Remove new files uploaded during the installation
    4. Then in admin→tools→sql patch runs



    If you didn't run the uninstall code you need to do so in admin/tools/install_sql_patches.
    PHP Code:
    SET @t4=0;
    SELECT (@t4:=configuration_group_id) as t4
    FROM configuration_group
    WHERE configuration_group_title
    'Simple SEO URL';
    DELETE FROM configuration WHERE configuration_group_id = @t4;
    DELETE FROM configuration_group WHERE configuration_group_id = @t4;
    DROP TABLE 5.1/en/control-flow-functions.html">IF EXISTS links_aliases; 
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by shortysclimbin View Post
    Ok I have been doing quite a bit of digging and I can't seam to find a good initial setup how too for this SEO URL mod.

    I have installed everything and did get my site working, but I am having issues now loading my test product page. I end up getting a 404 error with seo set to true. Any info or suggestions would be great. I can pass on url via pm.

    Current mods include: Languages (EN,ES,FR,DU,IT), custom template, zen light box, ttp, captcha, image handler 2, sale report.
    Quote Originally Posted by countrycharm View Post
    One more thing to keep in mind. Maybe to completely understand .htaccess stuff I want to clarify.

    .htaccess need to go in the folder that it needs to control.
    .htaccess RewriteBase or Base needs to be set relative to the folder structure of the domain. If installed in a sub directory of the domain, RewriteBase /subdir/

    This has nothing to do with the root /public_html/ in your hosting account just with the location relative to the domains root.

    Your domain root might be /public_html/mydomain but test zencart is installed /public_html/mydomain/testzen so .htaccess will be put in /public_html/mydomain/testzen but you have to set RewriteBase /testzen/
    If just /public_html/mydomain/
    it will be RewriteBase /
    Every simple seo file and .htaccess needs to be under /public_html/mydomain/ to work. Hope this makes sense to you.
    You can post your current .htaccess content here so we can take a look at it. A 404 error is most of the time cause by a .htaccess error.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  7. #4597
    Join Date
    Oct 2010
    Location
    San Juan Puerto Rico
    Posts
    62
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    This is all right in my domain root directory.

    PHP Code:
    RewriteEngine on
    RewriteCond 
    %{HTTP_REFERER} !^http://mywebname.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://mywebname.com$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.mywebname.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.mywebname.com$      [NC]
    RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://www.mywebname.com [R,NC]

    ##### NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite Base" line below:

    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase 
    /http:mywebname.com/

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

    # For Open Operations Info Manager
    RewriteRule ^(.*)-i-([0-9]+).htmlindex\.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.xmlindex\.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}).htmlindex\.php?main_page=news&date=$1-$2-$3&%{QUERY_STRING} [L]
    RewriteRule ^news/archive/([0-9]{4})-([0-9]{2}).htmlindex\.php?main_page=news_archive&date=$1-$2&%{QUERY_STRING} [L]
    RewriteRule ^news/(.*)-a-([0-9]+)-comments.htmlindex\.php?main_page=news_comments&article_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^news/(.*)-a-([0-9]+).htmlindex\.php?main_page=news_article&article_id=$2&%{QUERY_STRING} [L]

    # All other pages
    # Don't rewrite real files or directories
    RewriteCond %{REQUEST_FILENAME} !-[NC
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule 
    ^(.*).htmlindex\.php?main_page=$1&%{QUERY_STRING} [L]



    <
    Files 403.shtml>
    order allow,deny
    allow from all
    </Files>

    deny from 124.115.
    deny from 114.80.
    deny from 61.135.
    deny from 75.125.229.136/29
    deny from 208.80.193

    Re- reading your note you stated that if it is in the domain I should have something like this?

    PHP Code:
    RewriteEngine on
    RewriteCond 
    %{HTTP_REFERER} !^/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^/$      [NC]
    RewriteCond %{HTTP_REFERER} !^/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^/$      [NC]
    RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://www.mywebname.com [R,NC]

    ##### NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite Base" line below: 
    And thank you for the Help/ Class on this stuff! I am going from C and PLC code to this so it is taking me a bit.

  8. #4598
    Join Date
    Oct 2010
    Location
    San Juan Puerto Rico
    Posts
    62
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Nevermind, fixed it... Should have tried first asked later... Just renamed the location name to /

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by shortysclimbin View Post
    This is all right in my domain root directory.

    PHP Code:
    RewriteEngine on
    RewriteCond 
    %{HTTP_REFERER} !^http://mywebname.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://mywebname.com$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.mywebname.com/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.mywebname.com$      [NC]
    RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://www.mywebname.com [R,NC]

    ##### NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite Base" line below:

    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase 
    /http:mywebname.com/

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

    # For Open Operations Info Manager
    RewriteRule ^(.*)-i-([0-9]+).htmlindex\.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.xmlindex\.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}).htmlindex\.php?main_page=news&date=$1-$2-$3&%{QUERY_STRING} [L]
    RewriteRule ^news/archive/([0-9]{4})-([0-9]{2}).htmlindex\.php?main_page=news_archive&date=$1-$2&%{QUERY_STRING} [L]
    RewriteRule ^news/(.*)-a-([0-9]+)-comments.htmlindex\.php?main_page=news_comments&article_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^news/(.*)-a-([0-9]+).htmlindex\.php?main_page=news_article&article_id=$2&%{QUERY_STRING} [L]

    # All other pages
    # Don't rewrite real files or directories
    RewriteCond %{REQUEST_FILENAME} !-[NC
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule 
    ^(.*).htmlindex\.php?main_page=$1&%{QUERY_STRING} [L]



    <
    Files 403.shtml>
    order allow,deny
    allow from all
    </Files>

    deny from 124.115.
    deny from 114.80.
    deny from 61.135.
    deny from 75.125.229.136/29
    deny from 208.80.193

    Re- reading your note you stated that if it is in the domain I should have something like this?

    PHP Code:
    RewriteEngine on
    RewriteCond 
    %{HTTP_REFERER} !^/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^/$      [NC]
    RewriteCond %{HTTP_REFERER} !^/.*$      [NC]
    RewriteCond %{HTTP_REFERER} !^/$      [NC]
    RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://www.mywebname.com [R,NC]

    ##### NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite Base" line below: 
    And thank you for the Help/ Class on this stuff! I am going from C and PLC code to this so it is taking me a bit.
    One more thing if you want this module to work correctly you need to get rid of everything that deals with Ultimate SEO URLs. These two module will not work together. Either use one or the other.

    # 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]
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #4600
    Join Date
    Nov 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    github.com/yellow1912/simple-seo-url/

    the last modified solution the bug urlencode in link.php

    github.com/yellow1912/simple-seo-url/commit/aa4fb148d185c641003913e421e0a8f7823ff53e


    Salutacions








    Quote Originally Posted by VicAvendano View Post
    I noticed the latest version has had a problem processing "+" within url query parameters... Some people have had a problem with store searches with multiple words, and adding the advanced_search to the exclude list helped.

    My problem now is I had a + within parameters used for tracking purposes, and this triggers an infinite redirect loop. Hopefully I can figure out how to fix this or a new version will be released soon...

 

 

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