Page 386 of 506 FirstFirst ... 286336376384385386387388396436486 ... LastLast
Results 3,851 to 3,860 of 5054
  1. #3851
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by nycgamestore View Post
    Hi yellow, I really need your help!! i installed ssu 3.6.7. when ssu is turned on and someone purchases a product they get a error saying "There has been an error processing your credit card. Please try again." and the order does not show up in zen cart admin but their credit card is charged. i use quantum gateway as a payment gateway. when ssu is turned off everything works fine.
    this is my hta.access file

    # -FrontPage-


    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthUserFile /home6/yourgam2/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home6/yourgam2/public_html/_vti_pvt/service.grp
    AuthName yourgameworldo.com
    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*



    #### BOF SSU
    Options +FollowSymLinks
    RewriteEngine On
    # Change "/zencart/ to the correct setting
    # if your site is located at root folder, then you should have RewriteBase /
    # Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG
    RewriteBase /

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

    RewriteCond %{SCRIPT_FILENAME} -f [OR]
    RewriteCond %{SCRIPT_FILENAME} -d
    RewriteRule .* - [L]

    RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]
    #### EOF SSU
    Which CC module you are using? You can check which "pages" this module is using and EXCLUDE it in the conversion list. Perhaps in the future I will revert SSU behavior so that the store owners will have to specify the "pages" they want to convert to seo links instead. It will be safer that way.
    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. #3852
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by roooot View Post
    HI YELLOW
    First of all, thank you for your great contri. I appriciate for your effort.
    Secondly, I have a little trouble with it. I installed Category Dressing and some other add-on. I set to hide the 1st leverl category in Category Dressing. My issue is when I click on the 1st level category, eveything is fine, but when I choose a 2nd level category, everything is gone in category sidebox.

    Could you please tell me how can I fix this problem?

    Thank you

    My site: www.lixiaoya.com
    Errm, you dont seem to have installed the module correctly, why are you having 2 types of link (dynamic/static) working on the same site.
    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. #3853
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by creamcrackers View Post
    Hi
    I just came accross a tool in Google Webmaster Tools that lets me set the site so that Google ignores certain parameters to avoid duplicate content.

    To get to this tool log into Google webmaster tools, go to site configuration and then parameter handling.

    So im trying to get google to igore the parameters that are still not taken out by SSU

    Ive set Google to ignore

    cPath
    products_id
    alpha_filter_id (whats that?)
    language
    keywords (used when people search the site i assume)
    pID
    id
    zenid
    Zenid

    Does that sound OK? Have i missed anything?

    Fingers crossed this might help my rankings... google says not to worry about dulicate content but many webmasters dont believe it

    Thanks!
    Up to you, remember that some of the parameters you listed there should not even appear on your links if you installed SSU correctly
    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. #3854
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by nycgamestore View Post
    Should there be a space between RewriteBase and / on the hta.access file and the configure.php file?
    Yes, there should be 1 space
    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. #3855
    Join Date
    May 2009
    Posts
    222
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    Hi
    Thanks for the GREAT MOD!!!

    There is something i cant understand though

    Im getting pages indexed like

    category1/product1
    category2/product1
    category3/product1

    Thats duplicate content isnt it? Because its exactly the same page.

    How can i get rid of this? Although google say dont worry about dulicate content, many webmasters do think its still bad for google

    Could i put something in my sitemap (i use XML sitemap mod which is brilliant) and tell the search engines to ONLY index what is in the sitemap? I dont know if you can do that?

    Thanks

  6. #3856
    Join Date
    Jul 2004
    Location
    Las Vegas
    Posts
    477
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hello,

    Can someone explain the exact process that happens when update your SSU links.

    I am having some problems with the link generating process. I go into the admin utility that you fix the problem and when I do and hit the category rest cache link it doesn't reset the links correctly.

    I have a C category under Alkalines the link currently reads

    /Alkalines--c-104 but should read /Alkalines/C. When I fix the link to reflect that it does not take it the url link should be /Alkalines-c-c-104 but for some reason it chages to the former url link that I mentioned.

    http://www.batteriesinaflash.com/rechargeables--c-109

    What is th eproblem and how should I fix it.

    Side note.. I set the the status to enabled and permanent to yes when editing categories how I want them to always look even after I reset cache. Also I have no set minimum or maximum lengths set for word or names in cofiguration.

    Also how come the bread crubs dont reflect the category path correctly?
    User of zencart

  7. #3857
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    I suspect you are using linked product right?
    If so, it's how it's supposed to be.

    First, dont worry about duplicated content in this, Google says it's okie

    Second, if you still worry about it, you can use canonical tag, if you would like to use canonical tag with SSU then perhaps you want to try out the new version, contact me for the package.

    Quote Originally Posted by creamcrackers View Post
    Hi
    Thanks for the GREAT MOD!!!

    There is something i cant understand though

    Im getting pages indexed like

    category1/product1
    category2/product1
    category3/product1

    Thats duplicate content isnt it? Because its exactly the same page.

    How can i get rid of this? Although google say dont worry about dulicate content, many webmasters do think its still bad for google

    Could i put something in my sitemap (i use XML sitemap mod which is brilliant) and tell the search engines to ONLY index what is in the sitemap? I dont know if you can do that?

    Thanks
    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

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

    Default Re: Simple SEO URL [support thread]

    First of all, I recommend you redownload the package from the site under my sig, upload everything again to make sure you get the latest version.

    Second, if you are still missing some configuration fields of SSU, let me know, we may need to trigger the re-installation process of ssu database patch.

    Third, post a screenshot of your link manager here


    Quote Originally Posted by batteryman View Post
    Hello,

    Can someone explain the exact process that happens when update your SSU links.

    I am having some problems with the link generating process. I go into the admin utility that you fix the problem and when I do and hit the category rest cache link it doesn't reset the links correctly.

    I have a C category under Alkalines the link currently reads

    /Alkalines--c-104 but should read /Alkalines/C. When I fix the link to reflect that it does not take it the url link should be /Alkalines-c-c-104 but for some reason it chages to the former url link that I mentioned.

    http://www.batteriesinaflash.com/rechargeables--c-109

    What is th eproblem and how should I fix it.

    Side note.. I set the the status to enabled and permanent to yes when editing categories how I want them to always look even after I reset cache. Also I have no set minimum or maximum lengths set for word or names in cofiguration.

    Also how come the bread crubs dont reflect the category path correctly?
    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. #3859
    Join Date
    Sep 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Easy one click installs for zencart found here

    http://www.hosterware.om

    there demo, zencart auto install:

    http://cp.hosterware.com/demo.cgi?account=400468

    JH

  10. #3860
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by hackett141 View Post
    Easy one click installs for zencart found here

    http://www.hosterware.om

    there demo, zencart auto install:

    http://cp.hosterware.com/demo.cgi?account=400468

    JH
    How does this fall into this topic?
    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

 

 

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